diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-04-03 13:32:59 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-04-03 13:32:59 -0700 |
commit | 2189d6db2f21dafe9a99c9e2e820b22ae6969b64 (patch) | |
tree | 8b428dac926bf152549cf291f4edba39617b1494 /revoke.sh | |
parent | 516d8c83533c75c829d46c928fc778da8b86bd13 (diff) | |
download | cash-2189d6db2f21dafe9a99c9e2e820b22ae6969b64.tar.gz cash-2189d6db2f21dafe9a99c9e2e820b22ae6969b64.zip |
revoke.sh: whitespace fix
Diffstat (limited to 'revoke.sh')
-rwxr-xr-x | revoke.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |