Summary
git Use ID
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!
Download as zip
x 58e96cb98d3a
15 months ago
x 8ff811113121
15 months ago
x 57431ad962e9
15 months ago
x be5176deecaa
15 months ago
x 3bdd5368892d
15 months ago
x af8faf2c7104
15 months ago

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)