diff options
Diffstat (limited to 'easy-rsa/2.0/list-crl')
-rwxr-xr-x | easy-rsa/2.0/list-crl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy-rsa/2.0/list-crl b/easy-rsa/2.0/list-crl index 7736fa8..afc0cd6 100755 --- a/easy-rsa/2.0/list-crl +++ b/easy-rsa/2.0/list-crl @@ -6,7 +6,7 @@ CRL="${1:-crl.pem}" if [ "$KEY_DIR" ]; then cd "$KEY_DIR" && \ - openssl crl -text -noout -in "$CRL" + $OPENSSL crl -text -noout -in "$CRL" else echo 'Please source the vars script first (i.e. "source ./vars")' echo 'Make sure you have edited it to reflect your configuration.' |