From 91e9025c3b9637ee04252266ba13c6b4828f4804 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 23 Aug 2012 14:18:18 -0500 Subject: Updated CA and KRA scripts. --- scripts/ca-remove.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scripts/ca-remove.sh') diff --git a/scripts/ca-remove.sh b/scripts/ca-remove.sh index 404767d..d29e313 100755 --- a/scripts/ca-remove.sh +++ b/scripts/ca-remove.sh @@ -4,10 +4,3 @@ SRC_DIR=`cd ../.. ; pwd` INSTANCE_NAME=ca-master pkidestroy -s CA -i $INSTANCE_NAME - -rm -rf /etc/pki/$INSTANCE_NAME -rm -rf /etc/sysconfig/$INSTANCE_NAME -rm -rf /etc/sysconfig/pki/tomcat/$INSTANCE_NAME -rm -rf /var/lib/pki/$INSTANCE_NAME -rm -rf /var/log/pki/$INSTANCE_NAME -rm -rf $SRC_DIR/certs/$INSTANCE_NAME -- cgit