diff options
author | Jens Meißner <meissner@b1-systems.de> | 2020-11-22 13:57:31 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-12-01 09:56:42 +0100 |
commit | 4f9ac5dac093300ac18fd3732bffdd2a3fc38776 (patch) | |
tree | af43ad749e87fc00bcb06bad72e4c0c0e3aeb867 /doc/gpg.texi | |
parent | scd:nks: Minor additions to the basic IDLM application support. (diff) | |
download | gnupg2-4f9ac5dac093300ac18fd3732bffdd2a3fc38776.tar.xz gnupg2-4f9ac5dac093300ac18fd3732bffdd2a3fc38776.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 361c434fa..9f12fbc88 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -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}. |