diff --git a/website/source/api/secret/pki/index.html.md b/website/source/api/secret/pki/index.html.md index 5a701f1d2f..1bd24a290d 100644 --- a/website/source/api/secret/pki/index.html.md +++ b/website/source/api/secret/pki/index.html.md @@ -828,6 +828,8 @@ request is denied. drop the `ExtKeyUsage` part of the value. Values are not case-sensitive. To specify no key usage constraints, set this to an empty list. +- `ext_key_usage_oids` `(string: "")` - A comma-separated string or list of extended key usage oids. + - `use_csr_common_name` `(bool: true)` – When used with the CSR signing endpoint, the common name in the CSR will be used instead of taken from the JSON data. This does `not` include any requested SANs in the CSR; use @@ -1482,6 +1484,8 @@ have access.** drop the `ExtKeyUsage` part of the value. Values are not case-sensitive. To specify no key usage constraints, set this to an empty list. +- `ext_key_usage_oids` `(string: "")` - A comma-separated string or list of extended key usage oids. + - `ttl` `(string: "")` – Specifies the requested Time To Live. Cannot be greater than the engine's `max_ttl` value. If not provided, the engine's `ttl` value will be used, which defaults to system values if not explicitly set.