From a8105c67473b78923a2cadae41e01ad3f4934b4e Mon Sep 17 00:00:00 2001 From: james Date: Thu, 13 Apr 2006 10:20:43 +0000 Subject: Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Lev). svn merge -r 995:998 https://svn.openvpn.net/projects/openvpn/contrib/alon/easy-rsa git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1006 e7ae566f-a301-0410-adde-c780ea21d3b5 --- easy-rsa/2.0/list-crl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'easy-rsa/2.0/list-crl') 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.' -- cgit v1.2.3