diff options
author | Christian Hesse <mail@eworm.de> | 2020-12-18 16:02:31 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-12-18 16:02:31 +0100 |
commit | 010e2d6b05f9aaed3adccd72ae1903664a373e96 (patch) | |
tree | ca05e712a9f83a6fbebfd4c3f4229bedb7664fdc /global-config | |
parent | be757722560df23796a3b0e3b290e6265b043431 (diff) |
check-certificates: make the certificate renewal time configurablechange-40
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global-config b/global-config index 2b1586e..c1f5ec5 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 39; +:global GlobalConfigVersion 40; # This is used for DNS and backup file. :global Domain "example.com"; @@ -142,6 +142,7 @@ # Use this for certificate auto-renew :global CertRenewUrl ""; #:global CertRenewUrl "https://example.com/certificates/"; +:global CertRenewTime 3w; :global CertRenewPass { "v3ry-s3cr3t"; "4n0th3r-s3cr3t"; |