RequestInQJob Plug-in Module
Chapter
2
Job Plug-in Modules
69
RequestInQJob Plug-in Module
In addition to or instead of notifying agents of new requests, you might want to
schedule a job that regularly notifies them of the status of the request queue. Such a
job can check at a configured interval whether there are any deferred enrollment
requests waiting for review. It can then send an email message to agents informing
them of the number of requests waiting in the request queue for which they are
responsible.
The
RequestInQJob
plug-in module is a schedulable job. When an instance of the
job is enabled, it gets activated at the configured interval and checks the status of
the request queue. If any deferred enrollment requests are waiting in the queue, the
job constructs an email message summarizing its findings and sends it to the
specified agents.
The job constructs the summary message by using a template located in a
configured directory. This directory has the following default location:
<server_root>/cert-<instance_id>/emails
summary.
emailSubject
Specifies the subject line of the summary message.
Permissible values: An alphanumeric string of up to 255 characters.
Example:
Certificate Renewal Notification Summary
summary.
itemTemplate
Specifies the path, including the filename, to the directory that contains the
template to be used for formulating the content and format of each item to be
collected for the summary report (see the
summary.emailTemplate
parameter below). For details, see “Customizing Notification Messages” on
page 77.
Permissible values: The template file path, including the file name.
Example:
/usr/netscape/servers/cert-testCA/emails/rnJob1Item.txt
summary.
emailTemplate
Specifies the path, including the filename, to the directory that contains the
template to be used for formulating the summary report. For details, see
“Customizing Notification Messages” on page 77.
Permissible values: The template file path, including the file name.
Example:
/usr/netscape/servers/cert-testCA/emails/rnJob1Summary.txt
Table 2-2
Description of parameters defined in the RenewalNotificationJob module (Continued)
Parameter
Description
Summary of Contents for Certificate Management System 6.01
Page 1: ...Plug Ins Guide Netscape Certificate Management System Version6 01 May 2002...
Page 10: ...10 Netscape Certificate Management System Plug Ins Guide May 2002...
Page 62: ...Enrollment Forms 62 Netscape Certificate Management System Plug Ins Guide May 2002...
Page 308: ...NTEventLog Plug in Module 308 Netscape Certificate Management System Plug Ins Guide May 2002...