Converting a Cloned CA into a Master CA
660
Red Hat Certificate System Administrator’s Guide • September 2005
b.
To disable monitoring database replication changes, modify the following line if it
exists by changing "true" to "false" (adding the line in if it does not already exist):
ca.listenToCloneModifications=false
c.
To disable maintenance of the CRL cache, modify all of the "enableCRLCache"
lines if they exist by changing "true" to "false" (adding each line in if it does not
already exist):
ca.crl.<IssuingPointId>.enableCRLCache=false
d.
To disable CRL generation, modify all of the "enableCRLUpdates" lines if they
exist by changing "true" to "false" (adding each line in if it does not already exist):
ca.crl.<IssuingPointId>.enableCRLUpdates=false
e.
To enable CRL generation requests redirection, add the following two lines:
master.ca.agent.host=<hostname>
master.ca.agent.port=<port number>
3.
Close and save the CS.cfg file.
Converting a Cloned CA into a Master CA
Having already converted the existing offline master CA into an offline cloned CA (see
Converting a Master CA into a Cloned CA), and since only one master CA can (and should)
exist for a CS installation, one of the online cloned CAs must now be converted into the
new online master CA.
First, ensure that the existing master CA is no longer running and has already been
converted into an offline cloned CA:
1.
Go to one of the cloned CA’s directories at the command line:
cd <serverRoot>/cert-<cloneID>
2.
Stop this online cloned CA server by issuing the following command in that directory:
./stop-cert
3.
Go to this cloned CA’s configuration directory at the command line:
cd <serverRoot>/cert-<cloneID>/config
4.
Open the CS.cfg file for editing, and make the following changes:
Summary of Contents for CERTIFICATE 7.1 ADMINISTRATOR
Page 1: ...Administrator s Guide Red Hat Certificate System Version7 1 September 2005 ...
Page 22: ...22 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 128: ...Cloning a CA 128 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 368: ...ACL Reference 368 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 460: ...Constraints Reference 460 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 592: ...CRL Extension Reference 592 Red Hat Certificate System Administrator s Guide September 2005 ...