summaryrefslogtreecommitdiffstats
path: root/scripts/cert-request-approve.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-05-05 15:18:00 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2013-05-05 15:24:35 -0400
commit2676e9518437d88012968e19bd2926e8631d9828 (patch)
treeebb56cd4b67bbd348a6d7945f64807042b1e3ce9 /scripts/cert-request-approve.sh
parent2320d009b917349b5eb2435c0823ab6f309d349f (diff)
downloadpki-dev-2676e9518437d88012968e19bd2926e8631d9828.tar.gz
pki-dev-2676e9518437d88012968e19bd2926e8631d9828.tar.xz
pki-dev-2676e9518437d88012968e19bd2926e8631d9828.zip
Updated scripts.
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