diff options
author | Jens Meißner <[email protected]> | 2020-11-22 12:57:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-12-01 08:58:32 +0000 |
commit | a3f95a29b97d603c606936620e4638cc6db10ec9 (patch) | |
tree | aba9fb2cd7c4b317ef6c0d7b6f173cb525373d6a | |
parent | common: Fix fallback handling to utf-8. (diff) | |
download | gnupg-a3f95a29b97d603c606936620e4638cc6db10ec9.tar.gz gnupg-a3f95a29b97d603c606936620e4638cc6db10ec9.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 <[email protected]>
-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 fc8539cd6..49e4a71c9 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -4207,6 +4207,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 @@ -4231,6 +4236,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}. |