summaryrefslogtreecommitdiffstats
path: root/scripts/tps-create.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-08-11 10:53:44 -0400
committerEndi S. Dewata <edewata@redhat.com>2014-08-11 10:53:44 -0400
commit5fdca53a8d70b621481100998ef863f8eabce2f9 (patch)
treecaeaba57698e2043c2ec6579da6774c36cca1ec2 /scripts/tps-create.sh
parent6d00227616d902a5ba233a74791aa1be9632cd26 (diff)
downloadpki-dev-5fdca53a8d70b621481100998ef863f8eabce2f9.tar.gz
pki-dev-5fdca53a8d70b621481100998ef863f8eabce2f9.tar.xz
pki-dev-5fdca53a8d70b621481100998ef863f8eabce2f9.zip
Updated cleanup script.
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