Configuring Authentication for End-User Enrollment
516
Netscape Certificate Management System Installation and Setup Guide • May 2002
By default, the form named
CertBasedDualEnroll.html
is hooked up to the
Enrollment tab of the end-entity interface. You can replace this form with either of
the other two forms,
CertBasedEncryptionEnroll.html
and
CertBasedSingleEnroll.html
; you can do this by uncommenting the script
relevant to either of the forms in the index file and by commenting out the script for
CertBasedDualEnroll.html
—thus, effectively unhook the old one and hook the
new one.
To enable any of the certificate-based enrollment forms, follow these steps:
1.
In the CMS host system, go to this directory:
<server_root>/cert-<instance_id>/web-apps/ee/<subsystem>
2.
Locate the
index.html
file.
3.
Open the file in a text editor.
4.
Follow instructions as appropriate:
If you want to enable the
CertBasedDualEnroll.html
form, search for
CertBasedDualEnroll
. You should find a block of script like the following:
count++;
}
if (http != 'true') {
// this one is directory based, cert-based
if ( isAuthMgrEnabled("UidPwdDirAuth") ) {
item = 'certBasedDualEnroll';
menuItems[count] = top.EnrollMenu[count] =
new menuItem(item, 'CertBasedDualEnroll.html','Certificate');
If you want to enable the
CertBasedEncryptionEnroll.html
form, search for
CertBasedEncryption
. You should find a block of script like the following:
count++;
}
//
item = 'certBasedEncEnroll';
//
menuItems[count] = top.EnrollMenu[count] =
//
new menuItem(item, CertBasedEncryptionEnroll.html',
//
'Certificate');
Uncomment the lines and then add lines for using the automated enrollment
module you configured the server with. Your edited lines should look similar
to this:
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.01
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version6 01 May 2002...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 160: ...160 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 776: ...776 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 807: ...807 Part 5 Appendix Appendix A Certificate Download Specification...
Page 808: ...808 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 830: ...830 Netscape Certificate Management System Installation and Setup Guide May 2002...