Netscape MANAGEMENT SYSTEM 6.0 - CUSTOMIZATION Manual page 64

Table of Contents

Advertisement

Get Certificate By Serial Number Interface
Table 3-12 Variables Returned by the Get Certificate By Serial Number Interface (Continued)
Variable
cmmfResponse
errorDescription
errorDetails
host
port
scheme
64
Netscape Certificate Management System Customization Guide • March 2002
Description
base-64 encoded data
The CMMF response data containing the certificate (if cmmfResponse was
true in the request). If the browser supports the Netscape Personal Security
Manager crypto API, you can use this response with a call to
importUserCertificates to import the certificate into a local database:
importUserCertificates(result.fixed.nickname,
result.fixed.cmmfResponse, true);
(The last parameter indicates whether the user should be prompted to back up
the key.)
string
A message providing more details about the error described in
errorDetails. This variable is only present if an error occurred while
processing the request.
string
A message explaining the error that occurred while processing the enrollment
request. This variable is only present if an error occurred while processing the
request.
string
The fully qualified domain name of the CMS server that processed the request.
This allows the resulting template to construct forms that post data to the same
interface using the same port.
number
The port number that was used to service the request.
http | https
The protocol that was used to make the request. Use this along with host and
port to make sure any new requests to the end-entity port use the correct
scheme.
Variables added to each record object. Each record object is added as an
element of the recordSet array. Multiple records may be returned if more
than one certificate was generated as a result of the request. Dual-key requests
(for example, if the request parameter requestFormat = crmf) may return
two certificates if the request is successfully processed and approved.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents