summaryrefslogtreecommitdiff
path: root/revoke.sh
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2013-04-03 13:28:48 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2013-04-03 13:28:48 -0700
commit516d8c83533c75c829d46c928fc778da8b86bd13 (patch)
tree2394359936cc3b917895e7862ee7448652d5c03c /revoke.sh
parent1f003e68b435288eed05fe0fb8c649b866fa0c4b (diff)
downloadcash-516d8c83533c75c829d46c928fc778da8b86bd13.tar.gz
cash-516d8c83533c75c829d46c928fc778da8b86bd13.zip
revoke.sh: pass CRL and cert as options to post-revoke
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