summaryrefslogtreecommitdiffstats
path: root/scripts/tps-create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tps-create.sh')
-rwxr-xr-xscripts/tps-create.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/scripts/tps-create.sh b/scripts/tps-create.sh
index 24e444c..caa6554 100755
--- a/scripts/tps-create.sh
+++ b/scripts/tps-create.sh
@@ -1,15 +1,3 @@
#!/bin/sh -x
-. ./tps-include.sh
-
-pkicreate -pki_instance_root=$INSTANCE_ROOT \
- -pki_instance_name=$TPS_INSTANCE_NAME \
- -subsystem_type=$TPS_SUBSYSTEM_TYPE \
- -secure_port=$TPS_SECURE_PORT \
- -non_clientauth_secure_port=$TPS_NON_CLIENTAUTH_SECURE_PORT \
- -unsecure_port=$TPS_UNSECURE_PORT \
- -user=$INSTANCE_USER \
- -group=$INSTANCE_GROUP \
- -redirect conf=/etc/$TPS_INSTANCE_NAME \
- -redirect logs=/var/log/$TPS_INSTANCE_NAME \
- -verbose
+pkispawn -f tps.cfg -s TPS -vvv 2>&1 | tee build/tps-create.log