From: Andreas Steffen Date: Thu, 12 Oct 2023 06:14:38 +0000 (+0200) Subject: cert-enroll: Fixed path in cert-install-openxpki X-Git-Tag: 5.9.12dr2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f0cd19fd6a9feeb6872057723a8fc4bee884ceb;p=thirdparty%2Fstrongswan.git cert-enroll: Fixed path in cert-install-openxpki --- diff --git a/src/cert-enroll/cert-install-openxpki b/src/cert-enroll/cert-install-openxpki index a47444005c..02b5069489 100644 --- a/src/cert-enroll/cert-install-openxpki +++ b/src/cert-enroll/cert-install-openxpki @@ -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