1
0
Fork 0
Commit Graph

2 Commits (4e15a9d71d849ed0b979ff7d7654608453effd34)

Author SHA1 Message Date
Dustin 3d55d7aafa keyserv: Add age key for NUT/dustin
This key is used to encrypt the password for the NUT user *dustin*,
which I use to manually control the UPS.
2024-01-22 17:52:35 -06:00
Dustin 534c4bfca0 keyserv: Deploy keyserv
`keyserv` is a little utility I wrote to dispense *age* keys to clients.
It uses SSH certificates for authentication.  If the client presents an
SSH certificate signed by a trusted key, the server will return all the
keys the principal(s) listed in the certificate are allowed to use.  The
response is encrypted with the public key from the certificate, so the
client must have access to the corresponding private key in order to
read the response.

I am currently using this server to provide keys for the new
configuration policy.  The keys herein are used to encrypt NUT monitor
passwords.
2024-01-19 22:08:25 -06:00