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
d5f6c36c1c
commit
0d3a4a3201
|
@ -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 New Issue