document all of the supported elliptic curves (#8722)

This commit is contained in:
joe miller 2020-06-08 08:26:56 -07:00 committed by GitHub
parent 76e78605a9
commit 15661719fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -468,7 +468,7 @@ can be set in a CSR are supported.
or `ec`. or `ec`.
- `key_bits` `(int: 2048)`  Specifies the number of bits to use. This must be - `key_bits` `(int: 2048)`  Specifies the number of bits to use. This must be
changed to a valid value if the `key_type` is `ec`, e.g., 224 or 521. changed to a valid value if the `key_type` is `ec`, e.g., 224, 256, 384 or 521.
- `exclude_cn_from_sans` `(bool: false)`  If true, the given `common_name` will - `exclude_cn_from_sans` `(bool: false)`  If true, the given `common_name` will
not be included in DNS or Email Subject Alternate Names (as appropriate). not be included in DNS or Email Subject Alternate Names (as appropriate).
@ -817,7 +817,7 @@ request is denied.
1024 bits for RSA keys). 1024 bits for RSA keys).
- `key_bits` `(int: 2048)`  Specifies the number of bits to use for the - `key_bits` `(int: 2048)`  Specifies the number of bits to use for the
generated keys. This will need to be changed for `ec` keys, e.g., 224 or 521. generated keys. This will need to be changed for `ec` keys, e.g., 224, 256, 384 or 521.
- `key_usage` `(list: ["DigitalSignature", "KeyAgreement", "KeyEncipherment"])` - `key_usage` `(list: ["DigitalSignature", "KeyAgreement", "KeyEncipherment"])`
Specifies the allowed key usage constraint on issued certificates. Valid Specifies the allowed key usage constraint on issued certificates. Valid
@ -1086,7 +1086,7 @@ overwrite the existing cert/key with new values.
or `ec`. or `ec`.
- `key_bits` `(int: 2048)`  Specifies the number of bits to use. This must be - `key_bits` `(int: 2048)`  Specifies the number of bits to use. This must be
changed to a valid value if the `key_type` is `ec`, e.g., 224 or 521. changed to a valid value if the `key_type` is `ec`, e.g., 224, 256, 384 or 521.
- `max_path_length` `(int: -1)`  Specifies the maximum path length to encode in - `max_path_length` `(int: -1)`  Specifies the maximum path length to encode in
the generated certificate. `-1` means no limit. Unless the signing certificate the generated certificate. `-1` means no limit. Unless the signing certificate