Skip to content

Checks SSL certificates expire date and sends alerts to the Slack or Telegram when date X is coming

License

Notifications You must be signed in to change notification settings

codex-team/check-ssl-cert-expire-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSL certs expire date checker

Python-script for checking certs life time for domains.

Install

  1. Clone this rep

  2. Set up config.py

  3. Build docker image

docker build --tag ssl-expiry .
  1. 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

About

Checks SSL certificates expire date and sends alerts to the Slack or Telegram when date X is coming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published