Restructure keyfork mnemonic generate --encrypt-to-self
to name the encrypted file, automagically default name certificate based on fp #77
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/keyfork#77
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?
Offer to export automatically to detected mounted media in /media/
This is automatic when doing
--encrypt-to-self
. We can have--provision
have a mandatory output option for public keys that implies encrypt-to-self.I assume this actually means having the default certificate name for
--encrypt-to-self
to be the fingerprint instead of whatever it currently is. Currently, the certificate is the default option. This would change the otheroutput=
option to be the filename to place the certificate. If not provided, the name will be the OpenPGP fingerprint, with.asc
on the end.Ask user if they want to export to: keyfork mnemonic generate --provision openpgp-cardto Restructure `keyfork mnemonic generate --encrypt-to-self` to list the encrypted, automagically name certificate based on fpRestructure `keyfork mnemonic generate --encrypt-to-self` to list the encrypted, automagically name certificate based on fpto Restructure `keyfork mnemonic generate --encrypt-to-self` to name the encrypted file, automagically default name certificate based on fpDone.