CertCheck
Check SSL certificates. Catch expiring certs before they break your site.
Commands
check <domain>— Full certificate inspectionexpiry <domain>— Days until expirationchain <domain>— Show certificate chainbatch <file>— Check multiple domains from file
Usage Examples
certcheck check google.com
certcheck expiry github.com
certcheck chain example.com
Powered by BytesAgain | bytesagain.com
- Run
certcheck helpfor all commands
When to Use
- to automate certcheck tasks in your workflow
- for batch processing certcheck operations
Output
Returns results to stdout. Redirect to a file with certcheck run > output.txt.
Configuration
Set CERTCHECK_DIR environment variable to change the data directory. Default: ~/.local/share/certcheck/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback