summaryrefslogtreecommitdiffstats
path: root/scripts/cert-request-review.sh
blob: 0bc736fc90e6968d685d8a8cff7f9356a2b6bfed (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

REQUEST_ID=$1

SRC_DIR=`cd ../.. ; pwd`
INSTANCE_NAME=pki-master
CLIENT_CERT_DIR=$SRC_DIR/certs/$INSTANCE_NAME

# Review request as an agent
pki -v -d $CLIENT_CERT_DIR -w Secret123 -n admin cert-request-review $REQUEST_ID --output cert-request-review.xml