summaryrefslogtreecommitdiff
path: root/revoke.sh
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2013-04-03 13:32:59 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2013-04-03 13:32:59 -0700
commit2189d6db2f21dafe9a99c9e2e820b22ae6969b64 (patch)
tree8b428dac926bf152549cf291f4edba39617b1494 /revoke.sh
parent516d8c83533c75c829d46c928fc778da8b86bd13 (diff)
downloadcash-2189d6db2f21dafe9a99c9e2e820b22ae6969b64.tar.gz
cash-2189d6db2f21dafe9a99c9e2e820b22ae6969b64.zip
revoke.sh: whitespace fix
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 f0a4e95..cbee629 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"/ca/"$CA".crl "$CERT"
+ ./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