Fix location of not_before_duration on ssh docs (#15926)

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
Alexander Scheel 2022-06-10 10:14:44 -04:00 committed by GitHub
parent 6f66e5cd48
commit 0320673c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -250,6 +250,9 @@ This endpoint creates or updates a named role.
migrate to `rsa-sha2-256` or `default` if the role was created with an migrate to `rsa-sha2-256` or `default` if the role was created with an
explicit `algorithm_signer=rsa-sha` parameter or has been migrated to such. explicit `algorithm_signer=rsa-sha` parameter or has been migrated to such.
- `not_before_duration` `(duration: "30s")` - Specifies the duration by which
to backdate the `ValidAfter` property.
### Sample Payload ### Sample Payload
```json ```json
@ -839,8 +842,6 @@ to the restrictions contained in the role named in the endpoint.
- `extensions` `(map<string|string>: "")`  Specifies a map of the extensions - `extensions` `(map<string|string>: "")`  Specifies a map of the extensions
that the certificate should be signed for. Defaults to none. that the certificate should be signed for. Defaults to none.
- `not_before_duration` `(duration: "30s")`  Specifies the duration by which to backdate the `ValidAfter` property.
### Sample Payload ### Sample Payload
```json ```json