Select for Revocation Interface164 Netscape Certificate Management System Customization Guide • October 2001Default FormsBy default forms that use the Select for Revocation Interface are embedded asbuttons on certificate lists returned from the List Certificates Interface accessedthrough an agent port (/ca/listCerts or /ra/listCerts). These response arerendered using the queryCert.template discussed in the List CertificatesInterface section.Request ParametersThe following table lists the parameters that are used to select certificates throughthe Select for Revocation Interface. This is an agent interface, so the HTTP POST orGET request must use SSL client authentication with a valid agent certificate.Table 6-35 Parameters Accepted by the Select For Revocation InterfaceParameter Format and DescriptionrevokeAll QUERY_FILTERFor information on constructing a query filter, see Table 3-17 in the End-EntityInterfaces “List Certificates Interface” section.To ensure accuracy when revoking certificates, you should use a query filterthat selects each certificate by its serial number.An example value for revokeAll to revoke certificates with serial numbers 10and 14 is:(|(certRecordId=10)(certRecordId=14))templateName stringFilename relative to the template directory (web/ee, web/agent/ca,web/agent/kra, or web/agent/ra) of a file to use as the response template.This template will be used for any response, overriding default templatesettings.totalRecordCount numberThe total number of certificates to select for revocation. This value is simplypassed through and shows up in the response template asresult.header.totalRecordCount.