diff options
author | Werner Koch <[email protected]> | 2018-04-09 08:36:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-09 08:36:26 +0000 |
commit | a4e26f2ee852003707857ab0635b783acb89a2f8 (patch) | |
tree | abdf9aedbd79d9e212ef0864a940706c93c87936 /doc | |
parent | gpg: Check that a key may do certifications. (diff) | |
download | gnupg-a4e26f2ee852003707857ab0635b783acb89a2f8.tar.gz gnupg-a4e26f2ee852003707857ab0635b783acb89a2f8.zip |
doc: Document --key-edit:change-usage
* g10/keyedit.c (menu_changeusage): Make strings translatable.
--
GnuPG-bug-id: 3816
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index d840b8573..3c505c94d 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1007,6 +1007,15 @@ signing. Make the key as small as possible. This removes all signatures from each user ID except for the most recent self-signature. + @item change-usage + @opindex keyedit:change-usage + Change the usage flags (capabilities) of the primary key or of + subkeys. These usage flags (e.g. Certify, Sign, Authenticate, + Encrypt) are set during key creation. Sometimes it is useful to + have the opportunity to change them (for example to add + Authenticate) after they have been created. Please take care when + doing this, the possible usage flags depend on the key algorithm. + @item cross-certify @opindex keyedit:cross-certify Add cross-certification signatures to signing subkeys that may not |