Skip to content

Commit

Permalink
Fix location of not_before_duration on ssh docs (#15926)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy authored Jun 10, 2022
1 parent ea0ef9c commit 797d779
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 797d779

Please sign in to comment.