diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-23 17:27:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-23 17:46:03 +0100 |
commit | 555d0e8bfc8d3773fa05302303b43ed43e5f27a1 (patch) | |
tree | 5b927bc07f393cc5c9771593016833b43753d512 /doc/check-certificates.md | |
parent | 36a8938dead84e97b6de67b2911e2186d12123a3 (diff) |
check-certificates: make the warning time configurablechange-89
Diffstat (limited to 'doc/check-certificates.md')
-rw-r--r-- | doc/check-certificates.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/check-certificates.md b/doc/check-certificates.md index 76357ce..80f6aee 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -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). |