DNs in Certificate Management System
790
Netscape Certificate Management System Administrator’s Guide • June 2003
distinguishedName.value += ’OU=’ +
escapeDNComponent(OU.value);
}
}
if (form.DC != null) {
if (DC.value != ’’) {
if (doubleQuotes(DC.value) == true) {
alert(’Double quotes are not allowed in DC
field’);
DC.value = ’’;
DC.focus();
return;
}
if (distinguishedName.value != ’’)
distinguishedName.value += ’, ’;
distinguishedName.value += ’DC=’ +
escapeDNComponent(DC.value);
}
}
8.
Save your changes and close the file.
9.
Reload the Manual enrollment form in the browser and verify your changes.
10.
To verify that the Enroll for a certificate using the new attribute value.
Changing the DER Encoding Order
You can also change the DER-encoding order of a DirectoryString. (The reason for
allowing this to be configurable is that different clients support different encodings
for historical reasons.)
The syntax for changing the DER-encoding order of a DirectoryString is as follows:
X500Name.dirStringEncodingOrder=<encoding_list_separated_by_commas>
Possible encoding values are as follows:
•
Printable
•
IA5String
•
UniversalString
•
BMPString
•
UTF8String
For example,
X500Name.dirEncodingOrder=Printable,BMPString
.
Summary of Contents for Certificate Management System 6.2
Page 1: ...Administrator s Guide Netscape Certificate Management System Version6 2 June 2003...
Page 22: ...22 Netscape Certificate Management System Administrator s Guide June 2003...
Page 30: ...Documentation 30 Netscape Certificate Management System Administrator s Guide June 2003...
Page 84: ...Uninstalling CMS 84 Netscape Certificate Management System Administrator s Guide June 2003...
Page 380: ...ACL Reference 380 Netscape Certificate Management System Administrator s Guide June 2003...
Page 750: ...Object Identifiers 750 Netscape Certificate Management System Administrator s Guide June 2003...
Page 828: ...Managing Certificates 828 Netscape Certificate Manager System Administrator s Guide June 2003...
Page 844: ...The SSL Handshake 844 Netscape Certificate Manager System Administrator s Guide June 2003...
Page 862: ...862 Netscape Certificate Management System Administrator s Guide June 2003...