Initial template: TLS cert expiry checker
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# TLS Cert Expiry Check (Template)
|
||||
|
||||
Minimal, POSIX-friendly TLS certificate expiry checker using `openssl s_client`.
|
||||
|
||||
## What this is
|
||||
- `git clone && run` template repo
|
||||
- No real domains/emails/credentials committed
|
||||
- Example configs included
|
||||
- Easy to integrate into cron / CI / monitoring
|
||||
|
||||
## Repo structure
|
||||
|
||||
```text
|
||||
cert-expiry-check-template/
|
||||
├── bin/
|
||||
│ └── cert-expiry-check.sh
|
||||
├── config/
|
||||
│ ├── domains.example.txt
|
||||
│ ├── cert-expiry.conf.example
|
||||
│ └── msmtprc.example
|
||||
├── .gitignore
|
||||
└── README.md
|
||||
Reference in New Issue
Block a user