Get Certificate From Request Interface; Description - Netscape MANAGEMENT SYSTEM 6.0 - CUSTOMIZATION Manual

Table of Contents

Advertisement

Table 3-12 Variables Returned by the Get Certificate By Serial Number Interface (Continued)
Variable
base64Cert
certFingerprint
certPrettyPrint
serialNo

Get Certificate From Request Interface

Description

URI:
Available on: Certificate Manager or Registration Manager
Function: Retrieves the certificate associated with an enrollment or renewal request
to be displayed in a response template or imported into a browser.
The Get Certificate From Request interface is typically used in JavaScript
embedded in the response template of an enrollment or renewal request. This
interface uses the
associated certificate.
In the
JavaScript code to build a URL that fetches the certificate from the Get Certificate
From Request interface. The URL is assigned to the
which causes the contents of the URL to be displayed in-line in the response.
Description
string
The newly issued certificate in base-64 encoded format. This string includes the
"-----BEGIN CERTIFICATE-----" header and "-----END
CERTIFICATE-----" footer.
string
A string of hexadecimal numbers separated by colons that represent the
certificate fingerprints. There are three substrings: one each for the MD2, MD5,
and SHA1 fingerprint. Each fingerprint begins with the hash algorithm name
and a colon, and ends with a newline (\n).
string
A long text string that shows all of the certificate data in a human readable
form.
number
The serial number (in decimal) of the certificate.
/getCertFromRequest
requestID
EnrollSuccess.template
returned in the JavaScript of a response to fetch the
and
RenewalSuccess.template
Chapter 3
Get Certificate From Request Interface
files, there is
object,
window.location
End-Entity Interface Reference
65

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents