-
Notifications
You must be signed in to change notification settings - Fork 1
/
certwatch.cron.xml
72 lines (58 loc) · 2.23 KB
/
certwatch.cron.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<refentry>
<refentryinfo>
<title>certwatch</title>
<productname>certwatch</productname>
<author><contrib>Author</contrib><surname>Orton</surname><firstname>Joe</firstname><email>jorton@redhat.com</email></author>
<date>May 2020</date>
</refentryinfo>
<refmeta>
<refentrytitle>certwatch.cron</refentrytitle>
<manvolnum>5</manvolnum>
</refmeta>
<refnamediv>
<refname>certwatch.cron</refname>
<refpurpose>Generate SSL/TLS certificate expiry warnings for mod_ssl</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>/etc/cron.daily/certwatch</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>The <command>/etc/cron.daily/certwatch</command> cron job
runs a daily expiry check on certificate configured in
mod_ssl. The cron job is configurable by the file
<filename>/etc/sysconfig/certwatch</filename>, in which the
following options are available:
<variablelist>
<varlistentry>
<term><emphasis>NOCERTWATCH=yes</emphasis></term>
<listitem><simpara>Disables the cron job completely.</simpara></listitem>
</varlistentry>
<varlistentry>
<term><emphasis>CERTWATCH_OPTS="..."</emphasis></term>
<listitem><simpara>Sets any additional options to pass to
<command>certwatch</command> such as
<emphasis>--period</emphasis>.</simpara></listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1>
<title>Files</title>
<para><filename>/etc/cron.daily/certwatch</filename>,
<filename>/etc/sysconfig/certwatch</filename></para>
</refsect1>
<refsect1>
<title>See also</title>
<para>
<citerefentry><refentrytitle>certwatch</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>httpd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>cron</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<ulink url="https://github.com/notroj/certwatch/"/></para>
</refsect1>
</refentry>