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 d0238a1adb40
16 months ago
x 25cd67c03d81
20 months ago
x bb749f282c4e
20 months ago
x 901a4b579e6e
20 months ago
x 61d115dba752
20 months ago
x 22d02efb8aa2
20 months ago
x ccc648d47590
20 months ago
x 8277b8bac851
20 months ago
x d32a175eb665
20 months ago
x 5e66e34fa02f
20 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)