n0str / check-ssl-cert-expire-date

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL certs expire date checker

Python-script for checking certs life time for domains.

Requirements

  • requests

Install

  1. Clone this rep

  2. Set up config.py

  3. 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

About

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

License:MIT License


Languages

Language:Python 100.0%