diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-23 17:42:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-23 17:45:22 +0100 |
commit | 36a8938dead84e97b6de67b2911e2186d12123a3 (patch) | |
tree | 1a2d798c220bdaddb214997cf45687c86b3b40c0 | |
parent | f9839647d46f87a5ffef3a8410bca3ef0812c41d (diff) |
doc/check-certificates: document the renew time
-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 6ce2ec7..76357ce 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -30,6 +30,7 @@ For automatic download and renewal of certificates you need configuration 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 Certificates on the web server should be named `CN.pem` (`PEM` format) or |