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!
To set up the backend:
cd backendpython -m venv venvsource venv/bin/activatepip install -r requirements.txt
- 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)