update namepsace entropy doc to generate encryption cert

This commit is contained in:
Anton Livaja 2025-02-13 23:34:50 -05:00
parent 169162303c
commit 48344d5de8
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 3 additions and 5 deletions

View File

@ -22,9 +22,7 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor
* Replace the values: <path_to_input_shard> * Replace the values: <path_to_input_shard>
* `keyfork mnemonic generate --shard-to <path_to_input_shard>,output=shardfile.asc` * `keyfork mnemonic generate --shard-to <path_to_input_shard>,output=shardfile.asc --encrypto-to-self encryption_certificate.asc,userid=<namespace>`
* TODO - NOT IMPLEMENTED: `--derive-openpgp-cert encryption_cert.new.asc,userid=<user_id>`
1. Unseal an SD card pack 1. Unseal an SD card pack
@ -42,7 +40,7 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor
* Back up the root OpenPGP certificate * Back up the root OpenPGP certificate
* `cp encryption_cert.asc /media/vaults/<namespace>/` * `cp encryption_certificate.asc /media/vaults/<namespace>/`
1. Copy the contents of Ceremony SD card to machine 1. Copy the contents of Ceremony SD card to machine

View File

@ -95,7 +95,7 @@ The proposer must combine these values into a JSON file, such as:
* e.g `icepick workflow cosmos withdraw-rewards --delegate-address kyve1q9w3nar74up6mxnwd428wpr5nffcw3360tkxer --validator-address kyvevaloper1ghpmzfuggm7vcruyhfzrczl4aczy8gas8guslh --chain-name korellia --export-for-quorum --sign > <namespace>/ceremonies/<date>/payloads/payload_<num>.json` * e.g `icepick workflow cosmos withdraw-rewards --delegate-address kyve1q9w3nar74up6mxnwd428wpr5nffcw3360tkxer --validator-address kyvevaloper1ghpmzfuggm7vcruyhfzrczl4aczy8gas8guslh --chain-name korellia --export-for-quorum --sign > <namespace>/ceremonies/<date>/payloads/payload_<num>.json`
* e.g `icepick workflow sol transfer --from-address "$(cat <namespace>/<coin>/0.txt)" --to-address "$(cat to_address.txt) --amount <amount> --export-for-quorum --sign > <namespace>/ceremonies/<date>/payloads/payload_<num>.json` * e.g `icepick workflow sol transfer --from-address "$(cat <namespace>/<coin>/0.txt)" --to-address "$(cat to_address.txt)" --amount <amount> --export-for-quorum --sign > <namespace>/ceremonies/<date>/payloads/payload_<num>.json`
1. Copy the updated ceremonies repo to the SD card 1. Copy the updated ceremonies repo to the SD card