diff options
author | Werner Koch <wk@gnupg.org> | 2021-03-11 12:38:51 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-03-11 12:38:51 +0100 |
commit | 752adf8a6b80cfda7ce6e40e0491feea948030c0 (patch) | |
tree | c511f34c7e20302a9432f7a1949feb2f175bb602 /doc/faq.org | |
parent | gpg: New option --force-sign-key (diff) | |
download | gnupg2-752adf8a6b80cfda7ce6e40e0491feea948030c0.tar.xz gnupg2-752adf8a6b80cfda7ce6e40e0491feea948030c0.zip |
doc: Always use --edit-key and not just the --edit abbreviation.
--
Reported-by: Carl Michael Skog
Diffstat (limited to 'doc/faq.org')
-rw-r--r-- | doc/faq.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.org b/doc/faq.org index 2f873e600..f9a2d0701 100644 --- a/doc/faq.org +++ b/doc/faq.org @@ -506,7 +506,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates 1. Change to this directory. 1. Run the command - : gpg --homedir . --edit foo + : gpg --homedir . --edit-key foo and use the sub-command =passwd= to remove the passphrase from the subkeys. You may also want to remove all unused subkeys. @@ -876,7 +876,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates in your options file. : $ gpg --s2k-cipher-algo cast5 --s2k-digest-algo sha1 --s2k-mode 3 \ - : --simple-sk-checksum --edit KeyID + : --simple-sk-checksum --edit-key KeyID Turn off some features. Set the list of preferred ciphers, hashes, and compression algorithms to things that PGP can handle. (Yes, I @@ -890,7 +890,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates : > updpref Finally we must decrypt and re-encrypt the key, making sure that we - encrypt with a cipher that PGP likes. We set this up in the --edit + encrypt with a cipher that PGP likes. We set this up in the --edit-key line above, so now we just need to change the passphrase to make it take effect. You can use the same passphrase if you like, or take this opportunity to actually change it. |