From 6c917d96cb5fb61680ebfe1cba3040dd4b38180d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 14 Jan 2014 12:44:57 -0500 Subject: Updated TPS scripts. --- scripts/tps-create.sh | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'scripts/tps-create.sh') diff --git a/scripts/tps-create.sh b/scripts/tps-create.sh index ed88bad..24e444c 100755 --- a/scripts/tps-create.sh +++ b/scripts/tps-create.sh @@ -1,17 +1,15 @@ #!/bin/sh -x -pkispawn -f tps.cfg -s TPS -v 2>&1 | tee build/tps-create.log +. ./tps-include.sh -#. ./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 +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 -- cgit