summaryrefslogtreecommitdiffstats
path: root/scripts/cert-request-review.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cert-request-review.sh')
-rwxr-xr-xscripts/cert-request-review.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cert-request-review.sh b/scripts/cert-request-review.sh
index 60fb438..ba9bc34 100755
--- a/scripts/cert-request-review.sh
+++ b/scripts/cert-request-review.sh
@@ -9,7 +9,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
# Review request as an agent
-pki -v -U https://localhost:8443/ca -d $CLIENT_CERT_DIR -w Secret123 -n caadmin cert-request-review "$REQUEST_ID" --output "$OUTPUT"
+pki -v -d $CLIENT_CERT_DIR -w Secret123 -n caadmin cert-request-review "$REQUEST_ID" --output "$OUTPUT"