From b2f54ec4947b60b9d989cb887f6c62c93a738e02 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 20 May 2008 14:36:04 +0000 Subject: removed openvpn source code --- src/openvpn/easy-rsa/2.0/list-crl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 src/openvpn/easy-rsa/2.0/list-crl (limited to 'src/openvpn/easy-rsa/2.0/list-crl') diff --git a/src/openvpn/easy-rsa/2.0/list-crl b/src/openvpn/easy-rsa/2.0/list-crl deleted file mode 100755 index afc0cd6..0000000 --- a/src/openvpn/easy-rsa/2.0/list-crl +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# list revoked certificates - -CRL="${1:-crl.pem}" - -if [ "$KEY_DIR" ]; then - cd "$KEY_DIR" && \ - $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.' -fi -- cgit v1.2.3