Netscape MANAGEMENT SYSTEM 6.1 - ADMINISTRATOR Administrator's Manual page 756

Table of Contents

Advertisement

DNs in Certificate Management System
}
if (form.DC != null) {
}
Save your changes and close the file.
8.
Reload the Manual enrollment form in the browser and verify your changes.
9.
To verify that the Enroll for a certificate using the new attribute value.
10.
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,
756
Netscape Certificate Management System Administrator's Guide • February 2003
distinguishedName.value += 'OU=' +
escapeDNComponent(OU.value);
}
if (DC.value != '') {
if (doubleQuotes(DC.value) == true) {
alert('Double quotes are not allowed in DC
DC.value = '';
DC.focus();
return;
}
if (distinguishedName.value != '')
distinguishedName.value += ', ';
distinguishedName.value += 'DC=' +
escapeDNComponent(DC.value);
}
X500Name.dirEncodingOrder=Printable,BMPString
field');
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.1

Table of Contents