From eea47606d1849200cdb63503e34f1e1c80171d81 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 31 Oct 2012 11:13:01 -0500 Subject: Added OCSP scripts. --- scripts/ocsp-remove.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/ocsp-remove.sh (limited to 'scripts/ocsp-remove.sh') diff --git a/scripts/ocsp-remove.sh b/scripts/ocsp-remove.sh new file mode 100755 index 0000000..04403ff --- /dev/null +++ b/scripts/ocsp-remove.sh @@ -0,0 +1,6 @@ +#!/bin/sh -x + +SRC_DIR=`cd ../.. ; pwd` +INSTANCE_NAME=ocsp-master + +pkidestroy -v -s OCSP -i $INSTANCE_NAME -- cgit