Skip to content

Commit

Permalink
Add instructions to keys README for creating sha sums of keys (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho authored May 29, 2024
1 parent 034da5c commit 6b1dc42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ In any workspace where this package is installed, you can use
Which will acquire the default keys and display checksum validation, if a key
manifest is already present. You can further specify a version and custom
manifest file.

#### Updating the keys

If new keys are released by core, change the `defaultKeysVersion` variable in the `download-keys` script to the new version of the keys. Then:

1. Run the `download-keys` script (per the instructions above)
2. `cd keys`
3. `shasum -a 256 *.bin > ../shasums/vX.X.X.shasum` (change `vX.X.X` to the actual version number of the keys)
4. Commit your changes.

0 comments on commit 6b1dc42

Please sign in to comment.