ssl-cert
Inspect TLS/SSL certificates of any HTTPS host to monitor expiry, verify issuer and subject, and audit SAN coverage.
Instructions
Inspects the TLS/SSL certificate of any HTTPS host. Returns validity window (not-before, not-after, days remaining), issuer (CA name, organization), subject (CN), Subject Alternative Names, SHA-256 fingerprint, serial number, and an expiry status (HEALTHY/OK/WARNING/CRITICAL/EXPIRED). Useful for monitoring certificate expiry, auditing TLS configuration, and verifying SAN coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Hostname or IP address to inspect (e.g. 'github.com', 'api.example.com'). | |
| port | No | TLS port number (default: 443). | |
| servername | No | SNI server name override (defaults to 'host'). Useful when connecting to an IP that hosts multiple domains. |