document all of the supported elliptic curves (#8722)
This commit is contained in:
parent
76e78605a9
commit
15661719fa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue