Skip to content

Commit

Permalink
docs/pki: add remove_roots_from_chain option to /pki/issue (#21161) (#…
Browse files Browse the repository at this point in the history
…21193)

Adds the `remove_roots_from_chain` option to the docs for
`/pki/issue`, based on addNonCACommonFields().
  • Loading branch information
tvoran authored Jun 13, 2023
1 parent c1e61c2 commit e7f8a20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/api-docs/secret/pki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ It is suggested to limit access to the path-overridden issue endpoint (on
`YYYY-MM-ddTHH:MM:SSZ`. Supports the Y10K end date for IEEE 802.1AR-2018
standard devices, `9999-12-31T23:59:59Z`.

- `remove_roots_from_chain` `(bool: false)` - If true, the returned `ca_chain`
field will not include any self-signed CA certificates. Useful if end-users
already have the root CA in their trust store.

#### Sample Payload

```json
Expand Down

0 comments on commit e7f8a20

Please sign in to comment.