mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
doc: Always use --edit-key and not just the --edit abbreviation.
-- Reported-by: Carl Michael Skog
This commit is contained in:
parent
fe02ef0450
commit
752adf8a6b
@ -223,7 +223,7 @@ described here.
|
|||||||
|
|
||||||
*** Field 14 - Flag field
|
*** Field 14 - Flag field
|
||||||
|
|
||||||
Flag field used in the --edit menu output
|
Flag field used in the --edit-key menu output
|
||||||
|
|
||||||
*** Field 15 - S/N of a token
|
*** Field 15 - S/N of a token
|
||||||
|
|
||||||
|
@ -506,7 +506,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates
|
|||||||
1. Change to this directory.
|
1. Change to this directory.
|
||||||
|
|
||||||
1. Run the command
|
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
|
and use the sub-command =passwd= to remove the passphrase from the
|
||||||
subkeys. You may also want to remove all unused subkeys.
|
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.
|
in your options file.
|
||||||
|
|
||||||
: $ gpg --s2k-cipher-algo cast5 --s2k-digest-algo sha1 --s2k-mode 3 \
|
: $ 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,
|
Turn off some features. Set the list of preferred ciphers, hashes,
|
||||||
and compression algorithms to things that PGP can handle. (Yes, I
|
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
|
: > updpref
|
||||||
|
|
||||||
Finally we must decrypt and re-encrypt the key, making sure that we
|
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
|
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
|
take effect. You can use the same passphrase if you like, or take
|
||||||
this opportunity to actually change it.
|
this opportunity to actually change it.
|
||||||
|
@ -1101,7 +1101,7 @@ For possible values of trust, @pxref{trust-values}.
|
|||||||
@item --sign-key @var{name}
|
@item --sign-key @var{name}
|
||||||
@opindex sign-key
|
@opindex sign-key
|
||||||
Signs a public key with your secret key. This is a shortcut version of
|
Signs a public key with your secret key. This is a shortcut version of
|
||||||
the subcommand "sign" from @option{--edit}.
|
the subcommand "sign" from @option{--edit-key}.
|
||||||
|
|
||||||
@item --lsign-key @var{name}
|
@item --lsign-key @var{name}
|
||||||
@opindex lsign-key
|
@opindex lsign-key
|
||||||
@ -1175,7 +1175,7 @@ all affected self-signatures is set one second ahead.
|
|||||||
@opindex passwd
|
@opindex passwd
|
||||||
Change the passphrase of the secret key belonging to the certificate
|
Change the passphrase of the secret key belonging to the certificate
|
||||||
specified as @var{user-id}. This is a shortcut for the sub-command
|
specified as @var{user-id}. This is a shortcut for the sub-command
|
||||||
@code{passwd} of the edit key menu. When using together with the
|
@code{passwd} of the @option{--edit-key} menu. When using together with the
|
||||||
option @option{--dry-run} this will not actually change the passphrase
|
option @option{--dry-run} this will not actually change the passphrase
|
||||||
but check that the current passphrase is correct.
|
but check that the current passphrase is correct.
|
||||||
|
|
||||||
@ -3601,7 +3601,7 @@ read/write only. Use this option only if you really know what you are doing.
|
|||||||
@opindex default-preference-list
|
@opindex default-preference-list
|
||||||
Set the list of default preferences to @var{string}. This preference
|
Set the list of default preferences to @var{string}. This preference
|
||||||
list is used for new keys and becomes the default for "setpref" in the
|
list is used for new keys and becomes the default for "setpref" in the
|
||||||
edit menu.
|
@option{--edit-key} menu.
|
||||||
|
|
||||||
@item --default-keyserver-url @var{name}
|
@item --default-keyserver-url @var{name}
|
||||||
@opindex default-keyserver-url
|
@opindex default-keyserver-url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user