mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Update signed-ssh-certificates.mdx (#17746)
* Update signed-ssh-certificates.mdx Add a pointer to the doc regarding reading back the pub key with the CLI * Update website/content/docs/secrets/ssh/signed-ssh-certificates.mdx Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
parent
c9091f4ace
commit
080133efce
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ team, or configuration management tooling.
|
|||
```
|
||||
|
||||
Regardless of whether it is generated or uploaded, the client signer public
|
||||
key is accessible via the API at the `/public_key` endpoint.
|
||||
key is accessible via the API at the `/public_key` endpoint or the CLI (see next step).
|
||||
|
||||
1. Add the public key to all target host's SSH configuration. This process can
|
||||
be manual or automated using a configuration management tool. The public key is
|
||||
|
|
|
|||
Loading…
Reference in a new issue