Update README.md
This commit is contained in:
@@ -178,6 +178,7 @@ class SSLChecker:
|
||||
else:
|
||||
self.total_valid += 1
|
||||
|
||||
# If the certificate has less than 15 days validity
|
||||
if context['valid_days_to_expire'] <= 15:
|
||||
self.total_warning += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user