mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Merge branch 'master' into automation_is_enabled
This commit is contained in:
@@ -542,7 +542,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
|
||||
remaining = expiry - now
|
||||
if remaining < autorenew_interval:
|
||||
return True
|
||||
return False
|
||||
return False
|
||||
|
||||
@classmethod
|
||||
def new_lineage(cls, lineagename, cert, privkey, chain,
|
||||
|
||||
Reference in New Issue
Block a user