From 3190be941ce9bb8b05b1bf9d49aa95480c1ba77b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 12 Jul 2017 17:28:37 +0200 Subject: Updated CA scripts. --- scripts/ca-remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ca-remove.sh') diff --git a/scripts/ca-remove.sh b/scripts/ca-remove.sh index 2f5640b..d60ebb4 100755 --- a/scripts/ca-remove.sh +++ b/scripts/ca-remove.sh @@ -3,4 +3,4 @@ SRC_DIR=`cd ../.. ; pwd` INSTANCE_NAME=pki-tomcat -pkidestroy -v -s CA -i $INSTANCE_NAME +pkidestroy -s CA -i $INSTANCE_NAME -- cgit