From 6f0cd19fd6a9feeb6872057723a8fc4bee884ceb Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 12 Oct 2023 08:14:38 +0200 Subject: [PATCH] cert-enroll: Fixed path in cert-install-openxpki --- src/cert-enroll/cert-install-openxpki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2