1pki_healthcheck.conf(5)  PKI Healthcheck Configuration pki_healthcheck.conf(5)
2
3
4

NAME

6       pki_healthcheck.conf - PKI Healthcheck configuration file.
7
8

DESCRIPTION

10       The  healthcheck.conf  configuration  file  is used to set the defaults
11       when running pki-healthcheck tool.
12
13

SYNTAX

15       The configuration options are not case sensitive.  The  values  may  be
16       case sensitive, depending on the option.
17
18
19       Blank  lines  are ignored.  Lines beginning with # are comments and are
20       ignored.
21
22
23       Valid lines consist of an option name, an equals sign and a value. Spa‐
24       ces  surrounding  equals  sign are ignored. An option terminates at the
25       end of a line.
26
27
28       Values should not be quoted, the quotes will not be stripped.
29
30
31              # Wrong - don't include quotes
32              verbose = "True"
33
34              # Right - Properly formatted options
35              verbose = True
36              verbose=True
37
38
39
40       Options must appear in the section named [default] or  [dogtag].  There
41       are no other sections defined or used currently.
42
43
44       Options  may  be defined that are not used. Be careful of misspellings,
45       they will not be rejected.
46
47

OPTIONS

49       The following options are relevant for the healthcheck tool:
50
51
52       cert_expiration_days
53           The number of days left before a certificate expires to start  dis‐
54       playing a warning. The default is 28.
55
56
57       instance_name
58           The name of the PKI instance. The default is pki-tomcat
59
60

EXAMPLES

62       [default]
63       cert_expiration_days = 30
64
65
66       [dogtag]
67       instance_name = pki-tomcat
68
69

FILES

71       /etc/pki/healthcheck.conf
72
73

SEE ALSO

75       pki-healthcheck (8)
76
77

AUTHORS

79       Dinesh Prasanth M K <dmoluguw@redhat.com>
80
81
83       Copyright  (c)  2020 Red Hat, Inc.  This is licensed under the GNU Gen‐
84       eral Public License, version 2 (GPLv2).  A  copy  of  this  license  is
85       available     at   http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
86http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt⟩.
87
88
89
90PKI                              June 29, 2020         pki_healthcheck.conf(5)
Impressum