Response - Netscape MANAGEMENT SYSTEM 6.0 - CUSTOMIZATION Manual

Table of Contents

Advertisement

List Certificates Interface
Table 3-18 List Certificates queryCertFilter Parameters (Continued)
Parameter
x509cert.subject

Response

The default response template is
responses is inserted in place of the
Revocation interface adds the JavaScript variables listed in the following table:
Table 3-19 Variables Returned by the List Certificates Interface
Variable
result.header Variables
currentRecordCount
issuerName
maxCount
op
78
Netscape Certificate Management System Customization Guide • March 2002
Expression Values
Value: a pattern that may include the wildcard (*)
This parameter matches the certificate subject DN. You can use a single
filter or connect multiple filters to build more complex DN patterns.
The value is typically a string in the form *<TAG>=<VALUE>*. The
asterisks allow the name-value pair to be matched at any location in the
DN. The tag is one of the subject DN attributes: CN, E, UID, OU, O, L, ST, C.
To allow partial matches, use the wildcard in the attribute value. For
example, to match email addresses containing "jdoe,"
(x509cert.subject=*E=*jdoe*)
To force an exact match of "jdoe@example.com," you should still use
the wildcard to allow the E attribute to occur anywhere in the DN:
(|(x509cert.subject=*E=jdoe@example.com,*)
(x509cert.subject=*E=jdoe@example.com))
Description
Variables added to the header object.
The total number of certificates displayed on this page of output. This
number may be less than totalRecordCount.
The distinguished name (DN) of the certificate authority that processed the
query. This DN appears in the issuer field of all of the certificates listed.
Example: CN=Certificate Manager, O=Organization, C=US
The maximum number of certificate records to display on any single page of
output.
The operation parameter to send (to the serviceURL) when the user requests
more certificates. This value will always be listCerts for the List Certificates
interface.
queryCert.template
tag. In addition, the
<CMS_TEMPLATE>
. The base JavaScript for

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents