Revert warning on 400 days
This commit is contained in:
parent
5332eb2c40
commit
038dd93eb8
@ -176,7 +176,7 @@ class SSLChecker:
|
|||||||
self.total_valid += 1
|
self.total_valid += 1
|
||||||
|
|
||||||
# If the certificate has less than 15 days validity
|
# If the certificate has less than 15 days validity
|
||||||
if context['valid_days_to_expire'] <= 400:
|
if context['valid_days_to_expire'] <= 15:
|
||||||
self.total_warning += 1
|
self.total_warning += 1
|
||||||
|
|
||||||
return context
|
return context
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user