diff options
Diffstat (limited to 'man.commons.in')
-rw-r--r-- | man.commons.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man.commons.in b/man.commons.in new file mode 100644 index 0000000..cc4cbe4 --- /dev/null +++ b/man.commons.in @@ -0,0 +1,30 @@ +[CONFIG] +\fB#ETCDIR#/crypt-expiry.checks\fP contains the information which certificates and keys to surveil. +Empty lines and lines starting with \fB#\fP are being ignored. +The following non-comment lines are understood: +.TP +.B "\fIfqdn\fP \fIport\fP" +surveil certificate of \fIhttps://fqdn:port\fP +.TP +.B "\fIemail-address\fP GPG" +surveil gpg key of \fIemail-address\fP +.TP +.B "\fIfile\fP FILE" +surveil certificate in \fIfile\fP +[FILES] +.TP +.B "#BINDIR#/crypt-expiry-check" +program file +.TP +.B "#ETCDIR#/crypt-expiry.checks" +contains keys to surveil +.TP +.B "#CRONDIR#/crypt-expiry-check.cron" +cronfile to initiate daily checks +[CONTRIBUTION] +Heavily based on \fBssl-cert-check\fP from \fBMatty < matty91 at gmail dot com >\fP. +The original source can be found here: \fBhttp://prefetch.net/code/ssl-cert-check\fP +[AUTHOR] +.nf +Erich Eckner <opensource at eckner dot net> +.fi |