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.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/cert-request-approve.sh b/scripts/cert-request-approve.sh
index c48e197..ea73e69 100755
--- a/scripts/cert-request-approve.sh
+++ b/scripts/cert-request-approve.sh
@@ -10,8 +10,5 @@ SRC_DIR=`cd ../.. ; pwd`
INSTANCE_NAME=ca-master
CLIENT_CERT_DIR=/var/lib/pki/$INSTANCE_NAME/certs
-export NSPR_LOG_MODULES=all
-export NSPR_LOG_FILE=nspr.log
-
# 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 -U https://localhost:8443/ca -d $CLIENT_CERT_DIR -w Secret123 -n caadmin cert-request-approve "$INPUT"