From a7d1d7a263875fa1faddb5bbcf6710d3c8d14c26 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 23 May 2013 15:39:19 -0500 Subject: Updated scripts. --- scripts/kra-create.sh | 2 +- scripts/ocsp-create.sh | 2 +- scripts/tks-create.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/kra-create.sh b/scripts/kra-create.sh index 22e0cfa..71bd462 100755 --- a/scripts/kra-create.sh +++ b/scripts/kra-create.sh @@ -1,3 +1,3 @@ #!/bin/sh -x -pkispawn -f kra.cfg -s KRA 2>&1 | tee build/kra-create.log +pkispawn -v -f kra.cfg -s KRA 2>&1 | tee build/kra-create.log diff --git a/scripts/ocsp-create.sh b/scripts/ocsp-create.sh index 753122a..3680932 100755 --- a/scripts/ocsp-create.sh +++ b/scripts/ocsp-create.sh @@ -1,3 +1,3 @@ #!/bin/sh -x -pkispawn -f ocsp.cfg -s OCSP -v 2>&1 | tee build/ocsp-create.log +pkispawn -v -f ocsp.cfg -s OCSP -v 2>&1 | tee build/ocsp-create.log diff --git a/scripts/tks-create.sh b/scripts/tks-create.sh index cb1d7f4..4a6fabe 100755 --- a/scripts/tks-create.sh +++ b/scripts/tks-create.sh @@ -1,3 +1,3 @@ #!/bin/sh -x -pkispawn -f tks.cfg -s TKS -v 2>&1 | tee build/tks-create.log +pkispawn -v -f tks.cfg -s TKS -v 2>&1 | tee build/tks-create.log -- cgit