diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-28 21:33:40 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-28 22:09:50 +0200 |
commit | 40a54d2ad35630b1c8a7cd88791db032a7983d4d (patch) | |
tree | 12966b4e5a14e81c3c2581437aa01d68201c7bf0 /config/lacme-certs.conf | |
parent | 80c3a95a95ed268905fa87a398748f94628eed44 (diff) |
Change the default 'min-days' from 10 to 21.
This avoids expiration notices from Let's Encrypt when auto-renewal is
done by a cronjob: Let's Encrypt sends a notice 19 (then 9) days before
expiration.
Diffstat (limited to 'config/lacme-certs.conf')
-rw-r--r-- | config/lacme-certs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lacme-certs.conf b/config/lacme-certs.conf index 12fcd54..97d588a 100644 --- a/config/lacme-certs.conf +++ b/config/lacme-certs.conf @@ -28,7 +28,7 @@ # For an existing certificate, the minimum number of days before its # expiration date the section is considered for re-issuance. # -#min-days = 10 +#min-days = 21 # Path to the issuer's certificate. This is used for certificate-chain # and to verify the validity of each issued certificate. Specifying an |