check_ssl
Check a domain's SSL/TLS certificate to obtain its issuer, validity dates, expiry countdown, protocol version, cipher suite, and certificate chain. Use this to verify trust and detect upcoming expiration.
Instructions
Check the SSL/TLS certificate of a domain. Returns issuer, validity dates, expiry countdown, protocol version, cipher suite, and certificate chain details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number (default: 443) | |
| domain | Yes | Domain name to check (e.g., "stripe.com") |