Configuring Key Archival and Recovery Process
736
Netscape Certificate Management System Installation and Setup Guide • May 2002
b.
Use the command-line tool called
certutil
to retrieve the transport
certificate from the Data Recovery Manager’s certificate database. (For
information on the
certutil
tool, check this site:
http://www.mozilla.org/projects/security/pki/nss/tools/
First, go to this directory:
<server_root>/cert-<instance_id>/config
Next, run this command:
<server_root>/bin/cert/tools/certutil -L
-d . -n kraTransportCert cert-<instance_id> -a
The transport certificate appears. View the certificate information. Make
sure that the certificate you are looking at is the correct one; the certificate
shows the DN that was specified for the transport certificate during the
installation of Data Recovery Manager.
c.
Copy the base-64 encoded certificate, excluding the marker lines
-----BEGIN CERTIFICATE-----
and
-----END CERTIFICATE-----
, to a
text file. The copied information should look like the example below:
MIICDjCCAXegAwIBAgICAfMwDQYJKoZIhvcNAQEEBQAwdzELMAkGA1UEBhMCVVMxLDAqBgNVBAoTI0
5ldHNjYXBlIENvbW11bmljYXRpb25zIENvcnBvcmF0aW9uMREwDwYDVQQLEwhIYXJkY29yZTEnMCUG
A1UEAxMeSGFyZGNvcmUgQ2VydGlmaWNhdGUgU2VydmVyIElJMB4XDTk4MTExOTIzNDIxOVoXDTk5MD
UxODIzNDIxOVowLjELMAkGA1UEBhMCVVMxETAPBgNVBAoTCG5ldHNjYXBlMQwwCgYDVQQDEwNLUmEw
XDANBgkqhkiG9w0BAQEFAANLADBIAkEArrbDiYUI5SCdlCKKa0bEBn1m83kX6bdhytRYNkdHB95B
2.
Update the JavaScript method in the enrollment form.
To do this:
a.
Go to the host system of the enrollment authority and locate the
user-enrollment form. The default forms are at this location:
<server_root>/cert-<instance_id>/web/ee
b.
Open the enrollment form that you want to use in a text editor.
c.
In the form, locate the
generateCRMFRequest()
JavaScript method (see
Figure 22-3 on page 734).
d.
Add a variable for the transport certificate.
Below the commented text, add this line:
var kraTransportCert =
e.
Open the text file that has the Data Recovery Manager’s transport
certificate (the one you copied earlier) and copy the certificate.
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...