check-ssl-cert-expire-date
check-ssl-cert-expire-date copied to clipboard
Checks SSL certificates expire date and sends alerts to the Slack or Telegram when date X is coming
SSL certs expire date checker
Python-script for checking certs life time for domains.
Install
-
Clone this rep
-
Set up config.py
-
Build docker image
docker build --tag ssl-expiry .
- Set up autorun
Edit cron
crontab -e
To run script at 8 am every day add this line
0 8 * * * docker run --rm -it ssl-expiry