summaryrefslogtreecommitdiffstats
path: root/scripts/cert-request-approve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cert-request-approve.sh')
-rwxr-xr-xscripts/cert-request-approve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cert-request-approve.sh b/scripts/cert-request-approve.sh
index d0c46ae..78b3189 100755
--- a/scripts/cert-request-approve.sh
+++ b/scripts/cert-request-approve.sh
@@ -4,7 +4,7 @@ REQUEST_ID=$1
SRC_DIR=`cd ../.. ; pwd`
INSTANCE_NAME=ca-master
-CLIENT_CERT_DIR=$HOME/.pki/${INSTANCE_NAME}/ca/alias
+CLIENT_CERT_DIR=$HOME/.dogtag/${INSTANCE_NAME}/ca/alias
# Approve request as an agent
pki -d $CLIENT_CERT_DIR -w Secret123 -n caadmin cert-request-review "$REQUEST_ID" --action approve