1
0
Fork 0
 
 
Go to file
Dustin e5eff964a1 sign_ssh_keys: Add hook to sign SSH host cert
The *POST /sshkeys/sign* operation accepts a host name and a list of SSH
host public keys and returns a signed SSH host certificate for each key.
It uses the `step ssh certificate` command to sign the certificates,
which in turn contacts the configured *step-ca* service.  This operation
will allow hosts to obtain their initial certificates.  Once obtained,
the certificates can be renewed directly using the `step ssh renew`
command with the SSH private keys themselves for authentication.
2023-09-29 18:06:23 -05:00
.dockerignore Initial commit 2023-06-13 16:06:32 -05:00
.gitignore sign_ssh_keys: Add hook to sign SSH host cert 2023-09-29 18:06:23 -05:00
Containerfile sign_ssh_keys: Add hook to sign SSH host cert 2023-09-29 18:06:23 -05:00
dch_webhooks.py sign_ssh_keys: Add hook to sign SSH host cert 2023-09-29 18:06:23 -05:00
pyproject.toml Initial commit 2023-06-13 16:06:32 -05:00