mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
doc: Add parameters for batch generation of ECC keys.
* doc/gpg.texi: Add parameters for batch generation of ECC keys. -- There are parameters required for batch generation of ECC keys which weren't mentioned in the documentation. Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
parent
806547d9d2
commit
4f9ac5dac0
@ -4330,6 +4330,11 @@ for @samp{Subkey-Type}.
|
||||
@item Key-Length: @var{nbits}
|
||||
The requested length of the generated key in bits. The default is
|
||||
returned by running the command @samp{@gpgname --gpgconf-list}.
|
||||
For ECC keys this parameter is ignored.
|
||||
|
||||
@item Key-Curve: @var{curve}
|
||||
The requested elliptic curve of the generated key. This is a required
|
||||
parameter for ECC keys. It is ignored for non-ECC keys.
|
||||
|
||||
@item Key-Grip: @var{hexstring}
|
||||
This is optional and used to generate a CSR or certificate for an
|
||||
@ -4354,6 +4359,9 @@ can be handled. See also @samp{Key-Type} above.
|
||||
Length of the secondary key (subkey) in bits. The default is returned
|
||||
by running the command @samp{@gpgname --gpgconf-list}.
|
||||
|
||||
@item Subkey-Curve: @var{curve}
|
||||
Key curve for a subkey; similar to @samp{Key-Curve}.
|
||||
|
||||
@item Subkey-Usage: @var{usage-list}
|
||||
Key usage lists for a subkey; similar to @samp{Key-Usage}.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user