DNs in Certificate Management System
756
Netscape Certificate Management System Administrator’s Guide • February 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
.
Содержание Certificate Management System 6.1
Страница 1: ...Administrator s Guide Netscape Certificate Management System Version6 1 February 2003...
Страница 28: ...Documentation 28 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 68: ...Support for Open Standards 68 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 82: ...Uninstalling CMS 82 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 166: ...How a Registration Manager Works 166 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 382: ...ACL Reference 382 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 566: ...Managing Policy Plug in Modules 566 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 710: ...1 3 Organization Security Policies 710 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 716: ...Object Identifiers 716 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 762: ...DNs in Certificate Management System 762 Netscape Certificate Management System Administrator s Guide February 2003...
Страница 794: ...Managing Certificates 794 Managing Servers with Netscape Console December 2001...
Страница 810: ...The SSL Handshake 810 Managing Servers with Netscape Console December 2001...
Страница 828: ...828 Netscape Certificate Management System Administrator s Guide February 2003...