list_certificates
Lists TLS certificates for proxy targets (Traefik, Caddy, HAProxy), with optional live expiry probing via handshake.
Instructions
[READ] TLS domain inventory for a traefik/caddy target; optionally handshake-probe each domain for its live expiry.
On haproxy this returns the support matrix's teaching note (certs are .pem files in haproxy.cfg).
Args: probe: If True, TLS-handshake each domain (bounded) to read expiry. port: TLS port to probe (default 443). target: Proxy target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| probe | No | ||
| target | No |