OpenPGP key generation for keyfork wizard generate-shard-secret
#64
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/keyfork#64
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For generating for new key
keyfork wizard generate-shard-secret --threshold --max --keys-per-shard=<number_of_smartcards_per_operator> --output shardfile.asc --cert-output keyring.asc --derive-openpgp-cert encryption_cert.asc,userid="Whatever"
For generating based on an existing Shardfile
keyfork wizard generate-shard-secret --shard-to shardfile.asc --output shardfile.new.asc --cert-output keyring.new.asc --derive-openpgp-cert encryption_cert.new.asc,userid="Whatever"
Description
We need a way to generate a cert when using the
keyfork wizard generate-shard-secret
This requires implementing code to support the following additional flag in the command:
OpenPGP key generation for `keyfork wizard generate-shard-secret`to OpenPGP key generation for `keyfork wizard generate-shard-secret --threshold...`OpenPGP key generation for `keyfork wizard generate-shard-secret --threshold...`to OpenPGP key generation for `keyfork wizard generate-shard-secret`