From 8c4d4ae8466ddc59233b477153e9f7a2355ae37f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 20 May 2013 22:18:48 -0400 Subject: Renamed SECURE_PORT into PKI_SECURE_PORT. The SECURE_PORT variable in RA and TPS has been renamed into PKI_SECURE_PORT to match the Tomcat-based subsystems. --- base/tps/shared/conf/CS.cfg.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/tps/shared') diff --git a/base/tps/shared/conf/CS.cfg.in b/base/tps/shared/conf/CS.cfg.in index f2a8778d0..3ed389138 100644 --- a/base/tps/shared/conf/CS.cfg.in +++ b/base/tps/shared/conf/CS.cfg.in @@ -5,7 +5,7 @@ pidDir=[PKI_PIDDIR] pkicreate.pki_instance_root=[PKI_INSTANCE_ROOT] pkicreate.pki_instance_name=[PKI_INSTANCE_ID] pkicreate.subsystem_type=[PKI_SUBSYSTEM_TYPE] -pkicreate.secure_port=[SECURE_PORT] +pkicreate.secure_port=[PKI_SECURE_PORT] pkicreate.non_clientauth_secure_port=[NON_CLIENTAUTH_SECURE_PORT] pkicreate.unsecure_port=[PORT] pkicreate.user=[PKI_USER] @@ -34,7 +34,7 @@ selftests.plugin.TPSPresence.nickname=[HSM_LABEL][NICKNAME] selftests.plugin.TPSValidity.nickname=[HSM_LABEL][NICKNAME] service.machineName=[SERVER_NAME] service.instanceDir=[SERVER_ROOT] -service.securePort=[SECURE_PORT] +service.securePort=[PKI_SECURE_PORT] service.non_clientauth_securePort=[NON_CLIENTAUTH_SECURE_PORT] service.unsecurePort=[PORT] service.instanceID=[PKI_INSTANCE_ID] -- cgit