summaryrefslogtreecommitdiff
path: root/revoke.sh
diff options
context:
space:
mode:
Diffstat (limited to 'revoke.sh')
-rwxr-xr-xrevoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/revoke.sh b/revoke.sh
index efd5a3c..f0a4e95 100755
--- a/revoke.sh
+++ b/revoke.sh
@@ -32,7 +32,7 @@ echo
openssl crl -in "$CA"/ca/"$CA".crl -text -noout
echo
if [ -x ./post-revoke ]; then
- ./post-revoke "$CA"/signed/"$NAME".der
+ ./post-revoke "$CA"/ca/"$CA".crl "$CERT"
else
echo Apache: SSLCARevocationFile "$PWD"/"$CA"/ca/"$CA".crl
echo nginx: ssl_crl "$PWD"/"$CA"/ca/"$CA".crl