Revert warning on 400 days

This commit is contained in:
Jonatan Castro 2020-11-26 18:32:38 +11:00
parent 5332eb2c40
commit 038dd93eb8

View File

@ -176,7 +176,7 @@ class SSLChecker:
self.total_valid += 1
# 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
return context