Skip to content

Commit

Permalink
added add_basic_constraints parameter to PKI API docs (#14457) (#14480)
Browse files Browse the repository at this point in the history
* added add_basic_constraints parameter to PKI API docs

Added add_basic_constraints parameter to PKI API docs for Generate Intermediate.

Copied description from https://github.com/hashicorp/vault/blob/ba533d006f2244103648785ebfe8a9a9763d2b6e/builtin/logical/pki/path_intermediate.go#L34-L37

Co-authored-by: Peter Sonnek <petersonnek@users.noreply.github.com>
  • Loading branch information
cipherboy and petersonnek committed Mar 14, 2022
1 parent 50e865c commit 1ffc14f
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 @@ -506,6 +506,10 @@ can be set in a CSR are supported.
Otherwise Vault will generate a random serial for you. If you want more than
one, specify alternative names in the alt_names map using OID 2.5.4.5.

- `add_basic_constraints` `(bool: false)` – Whether to add a Basic Constraints
extension with CA: true. Only needed as a workaround in some compatibility
scenarios with Active Directory Certificate Services.

### Sample Payload

```json
Expand Down

0 comments on commit 1ffc14f

Please sign in to comment.