Python-script for checking certs life time for domains.
- requests
-
Clone this rep
-
Set up config.py
-
Set up autorun
Edit cron
crontab -e
To run script at 8 am every day add this line
0 8 * * * python3 /root/check-ssl-cert-expire-date/main.py
Checks SSL certificates expire date and sends alerts to the Slack or Telegram when date X is coming
PythonMIT