From 5fdca53a8d70b621481100998ef863f8eabce2f9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 11 Aug 2014 10:53:44 -0400 Subject: Updated cleanup script. --- scripts/tps-create.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'scripts/tps-create.sh') 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 -- cgit