summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ca-create.sh2
-rwxr-xr-xscripts/dev-init.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ca-create.sh b/scripts/ca-create.sh
index 73d0e83..afa0e31 100755
--- a/scripts/ca-create.sh
+++ b/scripts/ca-create.sh
@@ -1,3 +1,3 @@
#!/bin/sh -x
-pkispawn -f ca.cfg -s CA 2>&1 | tee build/ca-create.log
+pkispawn -v -f ca.cfg -s CA 2>&1 | tee build/ca-create.log
diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh
index 35f0c11..65157cd 100755
--- a/scripts/dev-init.sh
+++ b/scripts/dev-init.sh
@@ -1,6 +1,7 @@
#!/bin/sh -x
useradd dirsrv
+useradd pkiuser
yum install -y\
git\