99ad0456150b64962bc3c845d9e4f409078091b5
TLS Cert Expiry Check (Template)
Minimal, POSIX-friendly TLS certificate expiry checker using openssl s_client.
What this is
git clone && runtemplate repo- No real domains/emails/credentials committed
- Example configs included
- Easy to integrate into cron / CI / monitoring
Repo structure
cert-expiry-check-template/
├── bin/
│ └── cert-expiry-check.sh
├── config/
│ ├── domains.example.txt
│ ├── cert-expiry.conf.example
│ └── msmtprc.example
├── .gitignore
└── README.md
Description
Languages
Shell
100%