/install jrv-ssl-monitor
SSL Certificate Monitor
Check SSL certificate health for any domain — expiry, issuer, protocol version, and Subject Alternative Names.
Quick Start
python3 scripts/check_ssl.py example.com
python3 scripts/check_ssl.py example.com google.com github.com --warn-days 30
python3 scripts/check_ssl.py internal.host --port 8443 --json
Features
- Expiry check — days remaining with configurable warning threshold
- Multi-domain — check multiple domains in one command
- Certificate details — subject, issuer, protocol, serial number, SANs
- Error handling — detects DNS failures, timeouts, verification errors, refused connections
- Exit codes — 0 = all ok, 1 = warnings, 2 = expired or failed (useful for cron/CI)
- No dependencies — Python stdlib only
Options
| Flag | Description |
|---|---|
--warn-days N |
Warning threshold in days (default: 14) |
--port PORT |
Port to check (default: 443) |
--json |
Output structured JSON |
--timeout N |
Connection timeout in seconds (default: 10) |
Use Cases
- Daily cron job to monitor production domains
- Pre-deployment cert validation
- Audit all company domains in one pass
- CI/CD pipeline gate for cert health
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jrv-ssl-monitor - After installation, invoke the skill by name or use
/jrv-ssl-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is SSL Certificate Monitor?
Check SSL/TLS certificate expiry, issuer, protocol, and SANs for one or more domains. Use when asked to check SSL certificates, monitor cert expiry, verify H... It is an AI Agent Skill for Claude Code / OpenClaw, with 264 downloads so far.
How do I install SSL Certificate Monitor?
Run "/install jrv-ssl-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SSL Certificate Monitor free?
Yes, SSL Certificate Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SSL Certificate Monitor support?
SSL Certificate Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SSL Certificate Monitor?
It is built and maintained by John Wang (@johnnywang2001); the current version is v1.0.0.