mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-06 04:46:25 +02:00
docs: pki - adding missing ext_key_usage_oids desc (#6367)
Adding missing entries Just copied over the FieldSchema descriptions
This commit is contained in:
parent
d0442dbba5
commit
85de0630e2
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user