From 4ea7e49b03a2d815c7a088a87e8759e18053c441 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 17 Oct 2012 20:05:41 -0500 Subject: Added TPS scripts. --- scripts/tps-create.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/tps-create.sh (limited to 'scripts/tps-create.sh') diff --git a/scripts/tps-create.sh b/scripts/tps-create.sh new file mode 100755 index 0000000..24e444c --- /dev/null +++ b/scripts/tps-create.sh @@ -0,0 +1,15 @@ +#!/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 -- cgit