1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

Document GENKEY options.

This commit is contained in:
Ben Kibbey 2012-04-03 20:53:21 -04:00 committed by Werner Koch
parent 96e107fc29
commit 108e8f622e

View File

@ -976,7 +976,12 @@ option allows to choose the storage location. To get the secret key out
of the PSE, a special export tool has to be used. of the PSE, a special export tool has to be used.
@example @example
@ifset gpgtwoone
GENKEY [--no-protection] [--preset] [<cache_nonce>]
@end ifset
@ifclear gpgtwoone
GENKEY GENKEY
@end ifclear
@end example @end example
Invokes the key generation process and the server will then inquire Invokes the key generation process and the server will then inquire
@ -1021,6 +1026,13 @@ Here is an example session:
S OK key created S OK key created
@end example @end example
@ifset gpgtwoone
The @option{--no-protection} option may be used to prevent prompting for a
passphrase to protect the secret key while leaving the secret key unprotected.
The @option{--preset} option may be used to add the passphrase to the cache
using the default cache parameters.
@end ifset
@node Agent IMPORT @node Agent IMPORT
@subsection Importing a Secret Key @subsection Importing a Secret Key