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.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/cert-request-approve.sh b/scripts/cert-request-approve.sh
index 3bee8f7..c48e197 100755
--- a/scripts/cert-request-approve.sh
+++ b/scripts/cert-request-approve.sh
@@ -2,6 +2,10 @@
INPUT=$1
+if [ "$INPUT" == "" ]; then
+ INPUT=cert-request-review.xml
+fi
+
SRC_DIR=`cd ../.. ; pwd`
INSTANCE_NAME=ca-master
CLIENT_CERT_DIR=/var/lib/pki/$INSTANCE_NAME/certs