From 0427fa61a3003dab7c1786c9071cf0105950f364 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 11 Sep 2012 12:50:31 -0500 Subject: Cleaned up and reorganized the scripts. --- scripts/cert-request-approve.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/cert-request-approve.sh') diff --git a/scripts/cert-request-approve.sh b/scripts/cert-request-approve.sh index ea73e69..162c2ee 100755 --- a/scripts/cert-request-approve.sh +++ b/scripts/cert-request-approve.sh @@ -8,7 +8,7 @@ fi SRC_DIR=`cd ../.. ; pwd` INSTANCE_NAME=ca-master -CLIENT_CERT_DIR=/var/lib/pki/$INSTANCE_NAME/certs +CLIENT_CERT_DIR=/var/lib/pki/$INSTANCE_NAME/ca/certs # Approve request as an agent -pki -v -U https://localhost:8443/ca -d $CLIENT_CERT_DIR -w Secret123 -n caadmin cert-request-approve "$INPUT" +pki -v -d $CLIENT_CERT_DIR -w Secret123 -n caadmin cert-request-approve "$INPUT" -- cgit