check-certificates: make the warning time configurable

This commit is contained in:
Christian Hesse 2023-01-23 17:27:34 +01:00
parent 36a8938dea
commit 555d0e8bfc
5 changed files with 7 additions and 2 deletions

View file

@ -32,6 +32,7 @@ in `global-config-overlay`, these are the parameters:
* `CertRenewPass`: an array of passphrases to try
* `CertRenewTime`: on what remaining time to try a renew
* `CertRenewUrl`: the url to download certificates from
* `CertWarnTime`: on what remaining time to warn via notification
Certificates on the web server should be named `CN.pem` (`PEM` format) or
`CN.p12` (`PKCS#12` format).