Skip to content

Commit

Permalink
Document new serial_number_source PKI role field (#29438)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Jan 29, 2025
1 parent f4fab41 commit fbd28df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/api-docs/secret/pki/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbd28df

Please sign in to comment.