fix --derive args

This commit is contained in:
Anton Livaja 2025-02-28 16:29:46 -05:00
parent 23e9520485
commit 3dca8ee417
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: