feat: spell check pass
All checks were successful
test-build / guarddog (push) Successful in 54s
test-build / build (push) Successful in 1m37s
release-image / guarddog (push) Successful in 42s
release-image / build (push) Successful in 1m16s
release-image / semantic-release (push) Successful in 35s
release-image / release-harbor (push) Has been skipped
release-image / release-gitea (push) Has been skipped

This commit was merged in pull request #266.
This commit is contained in:
2026-05-13 14:59:00 -05:00
parent c6d9a3d9da
commit a4dcf8515d
41 changed files with 51 additions and 103 deletions

View File

@@ -11,7 +11,7 @@ hero:
[Reference OpenBao Documentation](https://openbao.org/docs/secrets/ssh/signed-ssh-certificates/)
I have set the documenation to use my own defaults and configuration. This also assumes a running and active OpenBao instance.
I have set the documentation to use my own defaults and configuration. This also assumes a running and active OpenBao instance.
## Enable the SSH CA
@@ -103,7 +103,7 @@ alias bao-renew='bao write -field=signed_key ssh-client-signer/sign/alexlebens p
### View Cert Details
For troubleshooting purposes or clafification use the follow to inspect the cert.
For troubleshooting purposes or clarification use the follow to inspect the cert.
```bash
ssh-keygen -Lf ~/.ssh/id_rsa_host-cert.pub
```