certcheck - SSL Certificate Checker
Check SSL/TLS certificate expiration dates for one or more hosts.
Usage
certcheck <host>[:port] # Check single host
certcheck <host1> <host2> ... # Check multiple hosts
certcheck -f hosts.txt # Read hosts from file
certcheck --days 30 <host> # Warn if expiring within N days
Options
| Option | Description |
|---|---|
|
Warning threshold in days (default: 30) |
|
Read hosts from file (one per line) |