Skip to content

Commit

Permalink
Update root.json hash in docs
Browse files Browse the repository at this point in the history
With the switch to the new TUF repo root, this updates all references in
the docs and examples to use the new hash.
  • Loading branch information
stmcginnis committed Aug 29, 2023
1 parent d73cb27 commit b349d1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Next, you need the Bottlerocket root role, which is used by tuftool to verify th
This will download and verify the root role itself:
```shell
curl -O "https://cache.bottlerocket.aws/root.json"
sha512sum -c <<<"b81af4d8eb86743539fbc4709d33ada7b118d9f929f0c2f6c04e1d41f46241ed80423666d169079d736ab79965b4dd25a5a6db5f01578b397496d49ce11a3aa2 root.json"
sha512sum -c <<<"a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f root.json"
```

Next, set your desired parameters, and download the kmod kit:
Expand Down
2 changes: 1 addition & 1 deletion PROVISIONING-METAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following will download and verify the root role itself:

```shell
curl -O "https://cache.bottlerocket.aws/root.json"
sha512sum -c <<<"b81af4d8eb86743539fbc4709d33ada7b118d9f929f0c2f6c04e1d41f46241ed80423666d169079d736ab79965b4dd25a5a6db5f01578b397496d49ce11a3aa2 root.json"
sha512sum -c <<<"a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f root.json"
```

Next, set your desired version and variant, and use `tuftool` to download the image:
Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART-VMWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following will download and verify the root role itself:

```shell
curl -O "https://cache.bottlerocket.aws/root.json"
sha512sum -c <<<"b81af4d8eb86743539fbc4709d33ada7b118d9f929f0c2f6c04e1d41f46241ed80423666d169079d736ab79965b4dd25a5a6db5f01578b397496d49ce11a3aa2 root.json"
sha512sum -c <<<"a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f root.json"
```

Next, set your desired version and variant, and download the OVA:
Expand Down
2 changes: 1 addition & 1 deletion tools/pubsys/Infra.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ root_role_sha512 = "0123456789abcdef"

# For reference, this is the Bottlerocket root role:
#root_role_url = "https://cache.bottlerocket.aws/root.json"
#root_role_sha512 = "b81af4d8eb86743539fbc4709d33ada7b118d9f929f0c2f6c04e1d41f46241ed80423666d169079d736ab79965b4dd25a5a6db5f01578b397496d49ce11a3aa2"
#root_role_sha512 = "a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f"

# pubsys assumes a single publication key that signs the snapshot, targets,
# and timestamp roles. Here you specify where that key lives so we can sign
Expand Down

0 comments on commit b349d1a

Please sign in to comment.