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 |
17 months ago
|
|||
| x | 769134152475 |
18 months ago
|
|
||
| x | aea800cedcbd |
18 months ago
|
|
||
| x | 701a69a5f15f |
18 months ago
|
|
||
| x | c11dd0c93877 |
18 months ago
|
|
||
| x | d969304ee9cb |
18 months ago
|
|
||
| x | c2c6882a8ded |
18 months ago
|
|
||
| x | dbcbd5c2da96 |
18 months ago
|
|
||
| x | b3456703e541 |
18 months ago
|
|
||
| x | 0cd17f37bb89 |
18 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 backendpython -m venv venvsource venv/bin/activatepip install -r requirements.txt
Plans (TODO)
Backend
- Python script for backend
- check each domain's tls cert using
ssllibrary - use file(s) to store:
- domains
- expiry status per domain
- log of outages
- cronjob at the start (every 1-5 minutes)