DNs in Certificate Management System
318
Netscape Certificate Management System Plug-Ins Guide • March 2002
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.0
Страница 1: ...Plug Ins Guide Netscape Certificate Management System Version6 0 March 2002...
Страница 10: ...10 Netscape Certificate Management System Plug Ins Guide March 2002...
Страница 62: ...Enrollment Forms 62 Netscape Certificate Management System Plug Ins Guide March 2002...
Страница 126: ...ValidityConstraints Plug in Module 126 Netscape Certificate Management System Plug Ins Guide March 2002...
Страница 266: ...LdapSubjAttrMap Plug in Module 266 Netscape Certificate Management System Plug Ins Guide March 2002...
Страница 308: ...NTEventLog Plug in Module 308 Netscape Certificate Management System Plug Ins Guide March 2002...
Страница 324: ...DNs in Certificate Management System 324 Netscape Certificate Management System Plug Ins Guide March 2002...
Страница 370: ...CA Certificates and Extension Interactions 370 Netscape Certificate Management System Plug Ins Guide March 2002...