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 1b59fc3..3bee8f7 100755
--- a/scripts/cert-request-approve.sh
+++ b/scripts/cert-request-approve.sh
@@ -4,7 +4,7 @@ INPUT=$1
SRC_DIR=`cd ../.. ; pwd`
INSTANCE_NAME=ca-master
-CLIENT_CERT_DIR=$SRC_DIR/certs/$INSTANCE_NAME
+CLIENT_CERT_DIR=/var/lib/pki/$INSTANCE_NAME/certs
export NSPR_LOG_MODULES=all
export NSPR_LOG_FILE=nspr.log