summaryrefslogtreecommitdiffstats
path: root/scripts/tps-create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tps-create.sh')
-rwxr-xr-xscripts/tps-create.sh15
1 files changed, 15 insertions, 0 deletions
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