Changing The Der Encoding Order - Netscape MANAGEMENT SYSTEM 4.5 - PLUG-IN Manual

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,
320
Netscape Certificate Management System Plug-ins Guide • October 2001
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
Need help?

Need help?

Do you have a question about the NETSCAPE MANAGEMENT SYSTEM 4.5 - PLUG-IN and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Netscape management system 4.5

Table of Contents