Merge branch 'master' into automation_is_enabled

This commit is contained in:
Brad Warren
2015-10-05 12:09:40 -07:00
39 changed files with 1398 additions and 59 deletions
+1 -1
View File
@@ -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,