Changing a Port Number
307
... web port ...
<Server
port="9701"
shutdown="SHUTDOWN">
... default standard port ...
<Connector
name="Unsecure" port="9180"
... />
the unsecure port definition, which is used
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
Summary of Contents for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION
Page 42: ...20 ...
Page 43: ...Part I Setting up Certificate Services ...
Page 44: ......
Page 190: ...168 ...
Page 208: ...186 ...
Page 223: ...Part II Additional Configuration to Manage CA Services ...
Page 224: ......
Page 256: ...234 ...
Page 270: ...248 ...
Page 280: ...258 ...
Page 292: ...270 ...
Page 293: ...Part III Managing the Subsystem Instances ...
Page 294: ......
Page 408: ...386 ...
Page 438: ...416 ...
Page 439: ...Part IV References ...
Page 440: ......
Page 503: ...Netscape Defined Certificate Extensions Reference 481 OID 2 16 840 1 113730 13 ...
Page 504: ...482 ...
Page 556: ...534 ...
Page 564: ...542 ...