1
0

6 Commits

Author SHA1 Message Date
870d484f4b build: Install git in build stage
Some checks failed
infra/dch-webhooks/pipeline/head There was a failure building this commit
This is how _setuptools_scm_ creates the dynamic version string.  Not
sure how it worked once without it 🤔
2025-08-13 07:59:43 -05:00
ae24d8a810 container: Rebase on dch-base 2025-02-08 11:42:41 -06:00
93ccf42ed6 container: Rebase on fedora-minimal
Trying to unify all my custom images on the *fedora-minimal* image.
2024-01-15 21:20:10 -06:00
55df6f61a7 Revert "sign_ssh_keys: Add hook to sign SSH host cert"
No longer using Step CA for SSH host certificates.  Switched to sshca.

This reverts commit e5eff964a1.
2024-01-15 13:49:51 -06:00
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
0416a77901 Initial commit 2023-06-13 16:06:32 -05:00