check-certificates: decrease the defaults for renewal and warning

https://letsencrypt.org/2025/12/02/from-90-to-45.html
This commit is contained in:
Christian Hesse 2026-02-24 15:03:44 +01:00
parent 349ebd5ad6
commit 8b88682d3d
3 changed files with 4 additions and 3 deletions

View file

@ -259,12 +259,12 @@
# Use this for certificate auto-renew
:global CertRenewUrl "";
#:global CertRenewUrl "https://example.com/certificates/";
:global CertRenewTime 3w;
:global CertRenewTime 2w;
:global CertRenewPass {
"v3ry-s3cr3t";
"4n0th3r-s3cr3t";
};
:global CertWarnTime 2w;
:global CertWarnTime 1w;
:global CertIssuedExportPass {
"cert1-cn"="v3ry-s3cr3t";
"cert2-cn"="4n0th3r-s3cr3t";