cert-enroll: Fixed path in cert-install-openxpki

This commit is contained in:
Andreas Steffen
2023-10-12 08:14:38 +02:00
parent b56c264041
commit 6f0cd19fd6
+2 -2
View File
@@ -55,9 +55,9 @@ then
cp old/$SUBCA $OPENXPKI_TLS/chain/$OLDSUBCA
fi
rm $OPENXPKI_TLS/*.0
rm $OPENXPKI_TLS/chain/*.0
/usr/bin/openssl rehash $OPENXPKI_TLS
/usr/bin/openssl rehash $OPENXPKI_TLS/chain
##############################################################################
# Restart the apache2 systemd service