Fix location of not_before_duration on ssh docs (#15926)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
parent
6f66e5cd48
commit
0320673c97
|
@ -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
|
||||
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
|
||||
|
||||
```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
|
||||
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
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in New Issue