Netscape Certificate Management System (CMS) provides HTML forms-based interfaces for agents and end entities to use in performing certificate- and key-related operations. This chapter introduces these forms and explains how they work. You can use the forms as they are provided out of the box or customize them to meet your organization's requirements.
Agent Services
Figure 23.1 End-entity services interface
Each type of end-entity form provided by Certificate Management System is served by a servlet. This servlet determines which version of the form to present based on information about the end entity (the type, version, language, and so on), information in the form itself, and other factors.
The output template is an HTML page with embedded JavaScript used to return information from the end entity to the servlet. For more information, see "Responses and Output Templates".
Table 23.1 lists the forms provided by the Certificate Manager and Registration Manager for certificate issuance and life-cycle management operations, and indicates supported authentication mechanisms and request formats.
Table 23.1 Summary of end-entity forms, authentication methods and certificate request formats
Registration Manager Agent Services
Data Recovery Manager Agent Services
The Certificate Manager Agent Services interface enables a Certificate Manager agent to interact with the Certificate Manager (the server). Figure 23.2 shows the Certificate Manager Agent Services interface.
Figure 23.2 Certificate Manager Agent Services interface
Listing certificates issued by the server
Searching for certificates issued by the server
Revoking certificates issued by the server
Updating certificates and certificate revocation lists (CRLs) maintained in the publishing directory
The Registration Manager Agent Services interface enables a Registration Manager agent to interact with the Registration Manager (the server). Figure 23.3 shows the Registration Manager Agent Services interface.
Figure 23.3 Registration Manager Agent Services interface
The Data Recovery Manager Agent Services interface enables a Data Recovery Manager agent to interact with the Data Recovery Manager (the server). Figure 23.4 shows the Data Recovery Manager Agent Services interface.
Figure 23.4 Data Recovery Manager Agent Services interface
Access to the Agent Services interface is restricted to authorized agents only. For details, see "Agents".
Go to the page where the Agent Services interface for Certificate Management System is installed.
The default URL for this page is: https://<host_name>:<agent_port> <host_name> is in the form <machine_name>.<your_domain>.<domain> If you have customized Certificate Management System, go to the page containing the agent forms that you would use to submit a request. In the Agent Services menu, choose the agent services you require:
The default URL for this page is:
https://<host_name>:<agent_port>
<host_name> is in the form <machine_name>.<your_domain>.<domain>
If you have customized Certificate Management System, go to the page containing the agent forms that you would use to submit a request.
To access the agent services for the Registration Manager, click the Registration Manager Agent Services link.
To access the agent services for the Data Recovery Manager, click the Data Recovery Manager Agent Services link.
The appropriate interface appears.