From 15661719fa72471c6da03c91e2d7c6bdeaee7c25 Mon Sep 17 00:00:00 2001 From: joe miller Date: Mon, 8 Jun 2020 08:26:56 -0700 Subject: [PATCH] document all of the supported elliptic curves (#8722) --- website/pages/api-docs/secret/pki/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/api-docs/secret/pki/index.mdx b/website/pages/api-docs/secret/pki/index.mdx index af3e728f0..248ea6196 100644 --- a/website/pages/api-docs/secret/pki/index.mdx +++ b/website/pages/api-docs/secret/pki/index.mdx @@ -468,7 +468,7 @@ can be set in a CSR are supported. or `ec`. - `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 not be included in DNS or Email Subject Alternate Names (as appropriate). @@ -817,7 +817,7 @@ request is denied. 1024 bits for RSA keys). - `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"])` – Specifies the allowed key usage constraint on issued certificates. Valid @@ -1086,7 +1086,7 @@ overwrite the existing cert/key with new values. or `ec`. - `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 the generated certificate. `-1` means no limit. Unless the signing certificate