certwatch.cron - Man Page

Generate SSL/TLS certificate expiry warnings for mod_ssl

Synopsis

/etc/cron.daily/certwatch

Description

The /etc/cron.daily/certwatch cron job runs a daily expiry check on certificate configured in mod_ssl. The cron job is configurable by the file /etc/sysconfig/certwatch, in which the following options are available:

NOCERTWATCH=yes

Disables the cron job completely.

CERTWATCH_OPTS="..."

Sets any additional options to pass to certwatch such as --period.

Files

/etc/cron.daily/certwatch, /etc/sysconfig/certwatch

See Also

certwatch(1), httpd(8), cron(8), https://github.com/notroj/certwatch/

Author

Joe Orton <jorton@redhat.com>

Author

Referenced By

certwatch(1).

May 2020 certwatch