hotfix
This commit is contained in:
parent
e69571f9e8
commit
c45bcbb28a
|
@ -20,11 +20,11 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor
|
|||
|
||||
1. Run the command to generate new entropy and shard it to quorum of public certificates of the input shardfile:
|
||||
|
||||
* Replace the values: <path_to_input_shard>, <pgp_cert_id>
|
||||
* Replace the values: <path_to_input_shard>
|
||||
|
||||
* `keyfork wizard generate-shard-secret --shard-to shardfile.asc --output shardfile.new.asc --cert-output keyring.new.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`
|
||||
|
||||
* TODO - NOT IMPLEMENTED: `--derive-openpgp-cert encryption_cert.new.asc,userid=<user_id>`
|
||||
|
||||
1. Unseal an SD card pack
|
||||
|
||||
|
@ -38,10 +38,6 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor
|
|||
|
||||
* `cp shardfile.asc /media/vaults/<namespace>/`
|
||||
|
||||
1. Back up the `keyring.asc`
|
||||
|
||||
* `cp keyring.asc /media/vaults/<namespace>/`
|
||||
|
||||
1. TODO - NOT IMPLEMENTED:
|
||||
|
||||
* Back up the root OpenPGP certificate
|
||||
|
|
Loading…
Reference in New Issue