diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2013-05-20 22:18:48 -0400 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2013-05-30 12:00:11 -0400 |
commit | 8c4d4ae8466ddc59233b477153e9f7a2355ae37f (patch) | |
tree | 1bbcbdd764b85567eb9d408d4dbfbb00b5d162be /base/ra | |
parent | 1e25d6ed41919db050f5efddefff2df9c5267e91 (diff) | |
download | pki-8c4d4ae8466ddc59233b477153e9f7a2355ae37f.tar.gz pki-8c4d4ae8466ddc59233b477153e9f7a2355ae37f.tar.xz pki-8c4d4ae8466ddc59233b477153e9f7a2355ae37f.zip |
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.
Diffstat (limited to 'base/ra')
-rw-r--r-- | base/ra/apache/conf/nss.conf | 4 | ||||
-rw-r--r-- | base/ra/shared/conf/CS.cfg.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/base/ra/apache/conf/nss.conf b/base/ra/apache/conf/nss.conf index a3e0621ab..ccce188e3 100644 --- a/base/ra/apache/conf/nss.conf +++ b/base/ra/apache/conf/nss.conf @@ -15,7 +15,7 @@ # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two # Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443" # -Listen [SECURE_PORT] +Listen [PKI_SECURE_PORT] Listen [NON_CLIENTAUTH_SECURE_PORT] @@ -57,7 +57,7 @@ NSSSession3CacheTimeout 86400 ## SSL Virtual Host Context ## -<VirtualHost _default_:[SECURE_PORT]> +<VirtualHost _default_:[PKI_SECURE_PORT]> # General setup for the virtual host #DocumentRoot "/htdocs" diff --git a/base/ra/shared/conf/CS.cfg.in b/base/ra/shared/conf/CS.cfg.in index d904fa23c..12c471b7d 100644 --- a/base/ra/shared/conf/CS.cfg.in +++ b/base/ra/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] @@ -98,7 +98,7 @@ request.server.reject_request.num_plugins=0 cs.type=RA 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] |