#1558 Certificate renewal notification email is not recieved after making the required config changes
Closed: Invalid None Opened 8 years ago by rpattath.

Certificate renewal notification email is not recieved after making the
required config changes

Steps to Reproduce:

Enroll a two-day expiring cert (try with user cert). Set the following config
parameters ( these should be done via the console):


jobsScheduler.enabled=true
jobsScheduler.interval=1
jobsScheduler.impl.RenewalNotificationJob.class=com.netscape.certsrv.jobs.Renew
a
lNotificationJob
jobsScheduler.impl.RequestInQueueJob.class=com.netscape.certsrv.jobs.RequestInQ
u
eueJob
jobsScheduler.impl.UnpublishExpiredJob.class=com.netscape.certsrv.jobs.Unpublis
h
ExpiredJob
jobsScheduler.job.rnJob1.cron=0 9,15 * * 1-5
jobsScheduler.job.rnJob1.emailSubject=Certificate Renewal Notification
jobsScheduler.job.rnJob1.emailTemplate=emails/rnJob1.txt
jobsScheduler.job.rnJob1.notifyEndOffset=1
jobsScheduler.job.rnJob1.notifyTriggerOffset=1
jobsScheduler.job.rnJob1.pluginName=RenewalNotificationJob
jobsScheduler.job.rnJob1.senderEmail=yourId@yourCompany.com
jobsScheduler.job.rnJob1.summary.emailSubject=Certificate Renewal Notification
Summary
jobsScheduler.job.rnJob1.summary.emailTemplate=emails/rnJob1Summary.txt
jobsScheduler.job.rnJob1.summary.enabled=true
jobsScheduler.job.rnJob1.summary.itemTemplate=emails/rnJob1Item.txt
jobsScheduler.job.rnJob1.summary.recipientEmail=cfu@netscape.com
jobsScheduler.job.rnJob1.summary.senderEmail=yourId@yourCompany.com

Actual results:

No email notification is recieved when the cert is about to expire

Expected results:

make sure there are two renewal notification emails sent on the second day of
the issuance (triggerOffset < now < ExpirationTime)

Metadata Update from @rpattath:
- Issue set to the milestone: 10.2.6

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2117

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata