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/list-crl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/openvpn/easy-rsa/list-crl (limited to 'src/openvpn/easy-rsa/list-crl') diff --git a/src/openvpn/easy-rsa/list-crl b/src/openvpn/easy-rsa/list-crl deleted file mode 100644 index b214dbd..0000000 --- a/src/openvpn/easy-rsa/list-crl +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# -# list revoked certificates -# -# - -if test $# -ne 1; then - echo "usage: list-crl "; - exit 1 -fi - -if test $KEY_DIR; then - cd $KEY_DIR && \ - openssl crl -text -noout -in $1 -else - echo you must define KEY_DIR -fi -- cgit v1.2.3