fix --derive args
This commit is contained in:
parent
23e9520485
commit
3dca8ee417
|
@ -22,7 +22,7 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor
|
|||
|
||||
* Replace the values: <path_to_input_shard>, <pgp_user_id>
|
||||
```
|
||||
$ keyfork mnemonic generate --shard-to <path_to_input_shard>,output=shardfile.asc --derive=openpgp --public "<pgp_user_id>" --output certificate.asc
|
||||
$ keyfork mnemonic generate --shard-to <path_to_input_shard>,output=shardfile.asc --derive='openpgp --public "Your Name <your@email.co>" --output certificate.asc'
|
||||
```
|
||||
|
||||
1. Unseal an SD card pack
|
||||
|
|
|
@ -22,7 +22,7 @@ This is a ceremony for generating entropy which is used to derive Quorum PGP key
|
|||
|
||||
* Replace the following values: \<M>, \<N>, <number_of_smart_cards_per_operator>, <pgp_user_id> with appropriate values
|
||||
```
|
||||
$ keyfork mnemonic generate --shard-to-self shardfile.asc,threshold=<M>,max=<N>,cards_per_shard=<number_of_smartcards_per_operator>,cert_output=keyring.asc --derive=openpgp --public "<pgp_user_id>" --output certificate.asc
|
||||
$ keyfork mnemonic generate --shard-to-self shardfile.asc,threshold=<M>,max=<N>,cards_per_shard=<number_of_smartcards_per_operator>,cert_output=keyring.asc --derive='openpgp --public "Your Name <your@email.co>" --output certificate.asc'
|
||||
```
|
||||
|
||||
1. Unseal an SD card pack by following tamper proofing steps:
|
||||
|
|
Loading…
Reference in New Issue