Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trixmoe/tls-expiry-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

X days since last outage caused by TLS expiry

How often does your infrastructure break because you forgot to automate TLS renewal, or because it broke?

Find out by rolling out this tool with the domains and services!

Guide: how to set up

To set up the backend:

  • cd backend
  • python -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt

Plans (TODO)

Backend

  • Python script for backend
  • check each domain's tls cert using ssl library
  • use file(s) to store:
    • domains
    • expiry status per domain
    • log of outages
  • cronjob at the start (every 1-5 minutes)

About

Track your outages caused by TLS expiry

Topics

Resources

Stars

Watchers

Forks