Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Oct 2, 2023
1 parent d9b0355 commit 7477f0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/r/pki_secret_backend_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ The following arguments are supported:

* `key_bits` - (Optional) The number of bits of generated keys

* `key_usage` - (Optional) Specify the allowed key usage constraint on issued certificates
* `key_usage` - (Optional) Specify the allowed key usage constraint on issued
certificates. Deafults to `["DigitalSignature", "KeyAgreement", "KeyEncipherment"])`.
Set to an array of empty string `[""]` to unset the default key usage
constraints.

* `ext_key_usage` - (Optional) Specify the allowed extended key usage constraint on issued certificates

Expand Down

0 comments on commit 7477f0c

Please sign in to comment.