Skip to content

Commit

Permalink
backport of commit 70d5c5e
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Sep 27, 2024
1 parent 60bd32d commit 3e5d75a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,9 @@ parameters of the issued certificate can be further customized in this API call.
set.

- `valid_principals` `(string: "")` – Specifies valid principals, either
usernames or hostnames, that the certificate should be signed for. Required
unless the role has specified allow_empty_principals.
usernames or hostnames, that the certificate should be signed for. Required
unless the role has specified allow_empty_principals or a value has been set for
either the default_user or default_user_template role parameters.

- `cert_type` `(string: "user")` – Specifies the type of certificate to be
created; either "user" or "host".
Expand Down Expand Up @@ -936,4 +937,4 @@ $ curl \
"warnings": null,
"auth": null
}
```
```

0 comments on commit 3e5d75a

Please sign in to comment.