certwatch

Certwatch checks for Apache certificates which are due to expire. By default on Red Hat / Centos there is a cron job in /etc/cron.daily which runs and sends its output to root. To configure it:

vi /etc/sysconfig/httpd


Add a line such as:

CERTWATCH_OPTS=”–period 30 –address my.user@domain.tld”

It is also possible to switch it off with:

NOCERTWATCH=yes







Related Posts

Cisco Router Emulation with G

I followed the GNS3 instructions for installation and simple topology. GNS3 can be installed from th... Learn More

Oracle Packaging Not So Eco-

This is what Oracle sent to replace a battery in a server. That little silver thing in the bag is th... Learn More

Very Cheap Wildcard SSL Certi

At $59 per year this has to be the cheapest Wildcard SSL cert ever my only deliberation is will the... Learn More

Chicken and Leek Pie with Cre

This is an adapted version of a Jamie Oliver Turkey Leek Pie and I will usually hunt the fridge for... Learn More

Solaris 11 Getting Started H

Im writing this from the perspective of a naive Linux admin so I may not be doing everything right a... Learn More

Some Linux LPI 102 Exam Quest

I just passed my Linux LPI 102 exam today and thought I would try to remember a few of the 60 questi... Learn More

One Response to certwatch

sysadmin | 386 days ago

Reply

Thank you for the tip! Hopefully this stops all the annoying emails. =)