Configuring a Certificate Manager to Publish Certificates and CRLs
612
Netscape Certificate Management System Installation and Setup Guide • March 2002
Step F. Modify the Certificate Mapping File
This step explains how to modify the
certmap.conf
file to add a certificate
mapping rule for the CA’s entry you created. You need to go through this step only
if you configured the directory for SSL client authenticated communication.
Otherwise, skip to “Step G. Restart Directory Server” on page 616.
When the Certificate Manager presents its certificate for SSL client authentication,
Directory Server uses the mapping rule specified in the
certmap.conf
file to locate
the corresponding entry in the directory and then determine the access privileges
set for the entry. The certificate mapping file is located in the
<server_root>/shared/config
directory, where
<server_root>
is the directory
in which the Directory Server binaries are installed.
The
certmap.conf
file specifies the following:
•
Where in the directory tree the server should begin its search for locating the
entry in the directory
•
What certificate attributes the server should use as search criteria when
searching for the entry in the directory
•
Whether the server needs to go through any additional verification process
The file contains one or more named mappings, each applying to a different CA. A
mapping has the following syntax:
certmap <name> <issuerDN>
<name>:<property1> [<value1>]
<name>:<property2> [<value2]
...
<name>:<propertyn> [<valuen]
The first line specifies a name for the entry and the DN of the issuer of the client
certificate—in this case, the issuer of the certificate the Certificate Manager will
present during client authentication. (By default, the Certificate Manager uses its
SSL server certificate generated during installation.) The name is arbitrary; you can
define it to be whatever you want. However, the issuer DN must exactly match the
issuer DN of the CA that has issued the certificate the Certificate Manager will use
for client authentication. For example, the following two issuer DN lines differ only
in the number of spaces separating the attribute value assertions (AVAs), but the
Directory Server will treat these two entries as different:
certmap moz CN=myCA,OU=myDept,O=myCompany,C=myCountry
certmap moz CN=myCA,OU=myDept,O=myCompany, C=myCountry
Summary of Contents for NETSCAPE MANAGEMENT SYSTEM 6.0
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version6 0 March 2002...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide March 2002...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide March 2002...
Page 160: ...160 Netscape Certificate Management System Installation and Setup Guide March 2002...
Page 776: ...776 Netscape Certificate Management System Installation and Setup Guide March 2002...
Page 807: ...807 Part 5 Appendix Appendix A Certificate Download Specification...
Page 808: ...808 Netscape Certificate Management System Installation and Setup Guide March 2002...
Page 830: ...830 Netscape Certificate Management System Installation and Setup Guide March 2002...