Automated Notifications
Chapter
16
Setting Up Automated Notifications
533
Note that you can customize the email resolver using the
ReqCertSANameEmailResolver.java
class included as a sample at this location:
<server_root>/cms_sdk/cms_jdk/samples/resolvers
The template that the listener uses to construct the email notification message is
located in the configured directory. This directory has the following default
location:
<server_root>/cert-<instance_id>/emails
You can configure both the path and filename of the template file. You can also
modify the template to customize the contents and appearance of the messages; see
“Customizing Message Templates” on page 536.
Messages can be sent as HTML or plain text.
For the
certIssued
listener, you can configure the following:
•
Whether the listener is enabled.
•
The sender of the notification messages (who will be notified of any delivery
problems).
•
The location of the notification email template.
•
The subject line of the notification message.
Notification of New Request in Queue
When a deferred end-entity request enters the request queue of a Certificate
Manager or Registration Manager, agents assigned to manage the queue must
review the request and reject or accept it. To help ensure that an agent processes
the request in a timely manner, you can configure the subsystem to notify agents
whenever a new request gets added to the request queue.
This kind of notification involves a listener class in the subsystem that registers an
interest in an appropriate event, in this case the addition of a request to the request
queue. In the CMS configuration, this listener class is identified as follows:
ca.notification.requestInQ
For more information on listener classes, check the samples directory:
<server_root>/cms_sdk/cms_jdk/samples/listeners
When a request is added to the queue, the listener builds a notification message
based on a configured template and sends it to one or more agents’ email addresses
as configured.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.01
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version6 01 May 2002...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 160: ...160 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 776: ...776 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 807: ...807 Part 5 Appendix Appendix A Certificate Download Specification...
Page 808: ...808 Netscape Certificate Management System Installation and Setup Guide May 2002...
Page 830: ...830 Netscape Certificate Management System Installation and Setup Guide May 2002...