Skip to content

Commit

Permalink
Update pki_secret_backend_role.html.md (#1981)
Browse files Browse the repository at this point in the history
make it clear that not_before_duration is in [duration string format](https://developer.hashicorp.com/vault/docs/concepts/duration-format).
  • Loading branch information
mju committed Aug 17, 2023
1 parent 0867b35 commit 2dccd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/pki_secret_backend_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ resource "vault_pki_secret_backend_role" "role" {

* `basic_constraints_valid_for_non_ca` - (Optional) Flag to mark basic constraints valid when issuing non-CA certificates

* `not_before_duration` - (Optional) Specifies the duration by which to backdate the NotBefore property.
* `not_before_duration` - (Optional) Specifies the [duration](https://developer.hashicorp.com/vault/docs/concepts/duration-format) by which to backdate the NotBefore property.

* `allowed_serial_numbers` - (Optional) An array of allowed serial numbers to put in Subject

Expand Down

0 comments on commit 2dccd9f

Please sign in to comment.