1
0
Fork 0
runelab-ca/readme.md
2023-11-20 00:03:35 +01:00

658 B

Runelab CA

A certificate authority for the homelab.

The master key is a yubikey kept in a physical vault at a bank.

Signing

Required Software

Generating the Root

# Creating the CSR
openssl req -new -engine pkcs11 -keyform engine -key "pkcs11:object=Private key for PIV Authentication" -out server.csr
# Signing the CSR
openssl x509 -req -sha256 -days 8000 -in server.csr -engine pkcs11 -keyform engine -signkey "pkcs11:object=Private key for PIV Authentication" -out server.crt