mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Work around leap day bug in parsedatetime
This commit is contained in:
parent
d674a74ba1
commit
902ab9afdf
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ common renew
|
|||
CheckCertCount 2
|
||||
|
||||
# This will renew because the expiry is less than 10 years from now
|
||||
sed -i "4arenew_before_expiry = 10 years" "$root/conf/renewal/le.wtf.conf"
|
||||
sed -i "4arenew_before_expiry = 4 years" "$root/conf/renewal/le.wtf.conf"
|
||||
common_no_force_renew renew --rsa-key-size 2048
|
||||
CheckCertCount 3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue