mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
Document new serial_number_source PKI role field (#29438)
This commit is contained in:
parent
f4fab41e7e
commit
fbd28dff23
@ -3475,6 +3475,13 @@ request is denied.
|
||||
certificates are stored. If true, metadata is not stored and an error is returned
|
||||
if the `metadata` field is specified on issuance APIs
|
||||
|
||||
- `serial_number_source` `(string: "json-csr")` - Specifies the source of the subject serial
|
||||
number. Valid values are `json-csr` (default) or `json`.
|
||||
When set to `json-csr`, the subject serial number is taken from the `serial_number` parameter
|
||||
and falls back to the serial number in the CSR. When set to `json`, the subject serial number
|
||||
is taken from the `serial_number` parameter but will ignore any value in the CSR.
|
||||
For backwards compatibility an empty value for this field will default to the `json-csr` behavior.
|
||||
|
||||
#### Sample payload
|
||||
|
||||
```json
|
||||
|
Loading…
x
Reference in New Issue
Block a user