mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Use ceremony tool for generating keys and certs; store keys on SoftHSM
Replace openssl certificate / CRL generation with the tool as used by Let's Encrypt, storing the keys on SoftHSMv2, a simulated HSM (Hardware Security Module). Include migration of old setups where key files were also stored on disk.
This commit is contained in:
5
backup
5
backup
@@ -21,6 +21,11 @@ docker compose exec bmysql mysqldump boulder_sa_integration >$TMPDIR/boulder_sa_
|
||||
cp -p /etc/nginx/ssl/*key* /etc/nginx/ssl/*cert.pem /etc/nginx/ssl/*.csr $TMPDIR/
|
||||
|
||||
cp -rp /opt/labca/data $TMPDIR/
|
||||
#cp -p /opt/labca/data/config.json $TMPDIR/
|
||||
|
||||
cp -rp /opt/boulder/labca/certs/webpki $TMPDIR/
|
||||
|
||||
cp -rp /var/lib/softhsm/tokens $TMPDIR/
|
||||
|
||||
|
||||
cd /tmp
|
||||
|
||||
Reference in New Issue
Block a user