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!
Find out by rolling out this tool with the domains and services!
x | c01402cc810c |
10 months ago
|
|||
x | 769134152475 |
10 months ago
|
|
||
x | aea800cedcbd |
10 months ago
|
|
||
x | 701a69a5f15f |
10 months ago
|
|
||
x | c11dd0c93877 |
10 months ago
|
|
||
x | d969304ee9cb |
10 months ago
|
|
||
x | c2c6882a8ded |
10 months ago
|
|
||
x | dbcbd5c2da96 |
10 months ago
|
|
||
x | b3456703e541 |
10 months ago
|
|
||
x | 0cd17f37bb89 |
10 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)