update namepsace entropy doc to generate encryption cert
This commit is contained in:
parent
169162303c
commit
48344d5de8
|
@ -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>
|
||||
|
||||
* `keyfork mnemonic generate --shard-to <path_to_input_shard>,output=shardfile.asc`
|
||||
|
||||
* TODO - NOT IMPLEMENTED: `--derive-openpgp-cert encryption_cert.new.asc,userid=<user_id>`
|
||||
* `keyfork mnemonic generate --shard-to <path_to_input_shard>,output=shardfile.asc --encrypto-to-self encryption_certificate.asc,userid=<namespace>`
|
||||
|
||||
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
|
||||
|
||||
* `cp encryption_cert.asc /media/vaults/<namespace>/`
|
||||
* `cp encryption_certificate.asc /media/vaults/<namespace>/`
|
||||
|
||||
1. Copy the contents of Ceremony SD card to machine
|
||||
|
||||
|
|
|
@ -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 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue