summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/kra-create.sh2
-rwxr-xr-xscripts/ocsp-create.sh2
-rwxr-xr-xscripts/tks-create.sh2
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