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