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

Table of Contents

Advertisement

Open the text file that has the Data Recovery Manager's transport
e.
certificate (the one you copied earlier) and copy the certificate.
Paste the certificate as the value of the
f.
Paste the certificate in front of the
the certificate within double-quotation marks (
a semicolon (
characters in the encoded blob.
An example is shown below:
var kraTransportCert =
"MIICDjCCAXegAwIBAgICAfMwDQYJKoZIhvcNAQEEBQAwdzELMAkGA1UEBhMC
VVMxLDA
qBgNVBAoTI05ldHNjYXBlIENvbW11bmljYXRpb25zIENvcnBvcmF0aW9uMREw
DwYDVQQ
LEwhIYXJkY29yZTEnMCUGA1UEAxMeSGFyZGNvcmUgQ2VydGlmaWNhdGUgU2Vy
dmVyIEl
JMB4XDTk4MTExOTIzNDIxOVoXDTk5MDUxODIzNDIxOVowLjELMAkGA1UEBhMC
VVMxETA
PBgNVBAoTCG5ldHNjYXBlMQwwCgYDVQQDEwNLUmEwXDANBgkqhkiG9w0BAQEF
AANLADB
IAkEArrbDiYUI5SCdlCKKa0bEBn1m83kX6bdhytRYNkdHB95Bp85SR";
Pass the
g.
kraTransportCert
Replace
null
Specify the key algorithm and key type (see "
h.
Javascript API for Client Certificate Management).
Below is an example that shows how the updated
generateCRMFRequest()
// generate keys for PSM.
if (navigator.appName == "Netscape" && (navMajorVersion() > 3) &&
typeof(crypto.version) != "undefined") {
certNickname.value = subject.value;
crmfObject = crypto.generateCRMFRequest(subject.value,
}
). When deleting line breaks, be sure not to delete any of the
;
variable to the JavaScript method.
(the fourth line in the method) with
method would look:
"regToken",
"authenticator",
kraTransportCert,
"setCRMFRequest();",
512, null, "rsa-ex",
1024, null, "rsa-sign");
Configuring Key Archival and Recovery Process
kraTransportCert
sign, remove any line breaks, enclose
=
), and end the string with
""
kraTransportCert
generateCRMFRequest()
Chapter 6
Data Recovery Manager
variable.
.
" in
235

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.1

Table of Contents