diff options
author | Ingo Klöcker <dev@ingo-kloecker.de> | 2022-01-11 09:54:29 +0100 |
---|---|---|
committer | Ingo Klöcker <dev@ingo-kloecker.de> | 2022-01-11 10:12:07 +0100 |
commit | 19b1a28621c614b81f596e363b1ce49dd9fae115 (patch) | |
tree | 124203782b664c50f3832dc53466e2342f5617b6 /doc | |
parent | dirmngr: Map all gnupg.net addresses to the Ubuntu keyserver. (diff) | |
download | gnupg2-19b1a28621c614b81f596e363b1ce49dd9fae115.tar.xz gnupg2-19b1a28621c614b81f596e363b1ce49dd9fae115.zip |
gpg: Request keygrip of key to add via command interface
* g10/keygen.c (ask_algo): Request keygrip via cpr_get.
* doc/help.txt (gpg.keygen.keygrip): New help text.
--
This change makes it possible to add an existing (sub)key to
another key via the status/command interface.
GnuPG-bug-id: 5771
Diffstat (limited to 'doc')
-rw-r--r-- | doc/help.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/help.txt b/doc/help.txt index 9f056c3e0..fb7a22ca4 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -168,6 +168,15 @@ key, and in parentheses the usage of the key (cert, sign, auth, encr). If known the standard usage for a key is marked with an asterisk. . + +.gpg.keygen.keygrip +Enter the keygrip of the key to add. + +The keygrip is a string of 40 hex digits that identifies a key. It +must belong to a secret key or a secret subkey stored in your keyring. +. + + .gpg.keygen.flags Toggle the capabilities of the key. |