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 f45890e..1bc651a 100755
--- a/revoke.sh
+++ b/revoke.sh
@@ -40,7 +40,7 @@ echo
export -n PASS
if [ -x ./post-revoke ]; then
- ./post-revoke "$CA"/ca/"$CA".crl "$CERT"
+ ./post-revoke "$CA"/ca/"$CA".crl "$CERT" $SUPPLEMENTARY_CONFIG
else
echo Apache: SSLCARevocationFile "$PWD"/"$CA"/ca/"$CA".crl
echo nginx: ssl_crl "$PWD"/"$CA"/ca/"$CA".crl