Changing A Port Number - Red Hat CERTIFICATE SYSTEM 8.0 - ADMINISTRATION Admin Manual

Hide thumbs Also See for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION:
Table of Contents

Advertisement

... web port ...
<Server port="9701" shutdown="SHUTDOWN">
... default standard port ...
<Connector name="Unsecure" port="9180" ... />
by all services
... agent services port ...
<Connector name="Agent" port="9443" ... />
... admin services port ...
<Connector name="Admin" port="9445" />
... end-entities services entry ...
<Connector name="EE" port="9444" ... />
... end-entities client auth entry ...
<Connector name="EEClientAuth" port="9446" ... />
...
</Server>
For the RA and TPS, the standard port is defined in the httpd.conf in the Listen parameter:
Listen 0.0.0.0:7888
The two SSL ports are defined in the nss.conf. Because there are two SSL ports, both ports are
listed in the Listen parameter and then defined in two <VirtualHost> entries. For example, for the
TPS:
Listen 0.0.0.0:7889
Listen 0.0.0.0:7890
...
<VirtualHost _default_:7889>
...
</VirtualHost>
<VirtualHost _default_:7890>
...
</VirtualHost>

13.4.1. Changing a Port Number

To change a port number for a CA, RA, DRM, OCSP, or TKS subsystem:
1. Stop the subsystem instance.
2. Open the instance's configuration directory.
cd /var/lib/subsystem_name/conf
3. Open the server.xml file, and edit the appropriate port numbers. For example:
#Define a non-SSL HTTP/1.1 Connector on port 8080
Changing a Port Number
the unsecure port definition, which is used
307

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CERTIFICATE SYSTEM 8.0 - ADMINISTRATION and is the answer not in the manual?

Table of Contents