SSL certificate status
ssl_statusVerify TLS certificate expiry dates for server domains. Auto-discovers domains from nginx configs or checks a specific domain using openssl s_client.
Instructions
Checks TLS certificate expiry dates. Without domain, auto-discovers domains from the server's nginx configs and checks each one (max 20). Read-only; runs openssl s_client on the server itself, so it also works for internal-only DNS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SSH host alias from ~/.ssh/config, or user@hostname | |
| domain | No | Check a single specific domain instead of auto-discovering |