![Netscape Certificate Management System 6.2 Скачать руководство пользователя страница 790](http://html1.mh-extra.com/html/netscape/certificate-management-system-6-2/certificate-management-system-6-2_administrators-manual_1674697790.webp)
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
.
Содержание Certificate Management System 6.2
Страница 1: ...Administrator s Guide Netscape Certificate Management System Version6 2 June 2003...
Страница 22: ...22 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 30: ...Documentation 30 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 70: ...Support for Open Standards 70 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 84: ...Uninstalling CMS 84 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 164: ...How a Registration Manager Works 164 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 322: ...Configuring the Server s Security Preferences 322 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 380: ...ACL Reference 380 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 564: ...Managing Policy Plug in Modules 564 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 744: ...1 3 Organization Security Policies 744 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 750: ...Object Identifiers 750 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 796: ...DNs in Certificate Management System 796 Netscape Certificate Management System Administrator s Guide June 2003...
Страница 828: ...Managing Certificates 828 Netscape Certificate Manager System Administrator s Guide June 2003...
Страница 844: ...The SSL Handshake 844 Netscape Certificate Manager System Administrator s Guide June 2003...
Страница 862: ...862 Netscape Certificate Management System Administrator s Guide June 2003...