summaryrefslogtreecommitdiff
path: root/revoke.sh
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2020-02-26 16:27:59 -0800
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2020-02-26 16:27:59 -0800
commit49fe6c0218d58f4c62e8b7adfe278b52d7975eab (patch)
tree52c24d9ccbd54e7daa51648e95d9aff389c958fd /revoke.sh
parent98ebf8956b723b12de652104a6391c26cc638ff9 (diff)
downloadcash-49fe6c0218d58f4c62e8b7adfe278b52d7975eab.tar.gz
cash-49fe6c0218d58f4c62e8b7adfe278b52d7975eab.zip
Add configured $SUPPLEMENTARY_CONFIG to hooks
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