Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 441 Bytes

File metadata and controls

12 lines (10 loc) · 441 Bytes

python-ssl-check

Simple python script to check multiple SSL certificate expiration dates.

Add all webservices you need to check in a text file like:
adress,port
www.github.com,443

Then you must paste the path in the file variable.
The output will be the amount of days until expiration.

It is possible to use this script in combination with Zabbix for certificate monitoring.