.nh .TH pki_healthcheck.conf 5 "June 29, 2020" PKI "PKI Healthcheck Configuration" .SH NAME .PP pki_healthcheck.conf - PKI Healthcheck configuration file. .SH DESCRIPTION .PP The healthcheck.conf configuration file is used to set the defaults when running pki-healthcheck tool. .SH SYNTAX .PP The configuration options are not case sensitive. The values may be case sensitive, depending on the option. .PP Blank lines are ignored. Lines beginning with # are comments and are ignored. .PP Valid lines consist of an option name, an equals sign and a value. Spaces surrounding equals sign are ignored. An option terminates at the end of a line. .PP Values should not be quoted, the quotes will not be stripped. .PP .RS .nf # Wrong - don't include quotes verbose = "True" # Right - Properly formatted options verbose = True verbose=True .fi .RE .PP Options must appear in the section named \fI[default]\fP or \fI[dogtag]\fP\&. There are no other sections defined or used currently. .PP Options may be defined that are not used. Be careful of misspellings, they will not be rejected. .SH OPTIONS .PP The following options are relevant for the healthcheck tool: .PP \fBcert_expiration_days\fP .br The number of days left before a certificate expires to start displaying a warning. The default is 28. .PP \fBinstance_name\fP .br The name of the PKI instance. The default is \fBpki-tomcat\fP .SH EXAMPLES .PP [default] .br cert_expiration_days = 30 .PP [dogtag] .br instance_name = pki-tomcat .SH FILES .PP /etc/pki/healthcheck.conf .SH SEE ALSO .PP pki-healthcheck (8) .SH AUTHORS .PP Dinesh Prasanth M K .SH COPYRIGHT .PP Copyright (c) 2020 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt \[la]http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\[ra]\&.