diff options
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 |