Skip to content

Commit

Permalink
Merge 70d5c5e into backport/stevendpclark/update-ssh-docs/verbally-lo…
Browse files Browse the repository at this point in the history
…gical-primate
  • Loading branch information
hc-github-team-secure-vault-core authored Sep 27, 2024
2 parents 3a3f13e + 70d5c5e commit 2e0f1cd
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 2e0f1cd

Please sign in to comment.