From 9f71f2838501dd9bc835df8b685d05048c324598 Mon Sep 17 00:00:00 2001 From: Narbeh Date: Sat, 21 Apr 2018 14:16:19 +0430 Subject: [PATCH] Remove valid Key As It Shows Wrong Value --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 495d717..2955018 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## About -It's a simple script running in python that collects SSL information then it returns the group of information in JSON. The output will have `valid` key which shows whether or not the hostname matches the certificate. +It's a simple script running in python that collects SSL information then it returns the group of information in JSON. ## Requirements @@ -89,7 +89,6 @@ narbeh@narbeh-xps:~/ssl-checker$ ./ssl_checker.py -j -p -H narbeh.org:443 test. 'issuer_cn': u"Let's Encrypt Authority X3", 'issuer_o': u"Let's Encrypt", 'issuer_ou': None, - 'valid': True, 'valid_from': '2018-04-21', 'valid_till': '2018-07-20', 'validity_days': 90}, @@ -102,7 +101,6 @@ narbeh@narbeh-xps:~/ssl-checker$ ./ssl_checker.py -j -p -H narbeh.org:443 test. 'issuer_cn': u'Network Solutions DV Server CA 2', 'issuer_o': u'Network Solutions L.L.C.', 'issuer_ou': None, - 'valid': False, 'valid_from': '2017-01-15', 'valid_till': '2020-01-24', 'validity_days': 1104}}