Files
haproxy-mcp/haproxy_mcp/tools/domains.py
kaffa 7ebe204f89 feat: Add certificate coverage check to haproxy_add_domain
When adding a domain, now checks if an SSL certificate covers it:
- Exact match: domain.com.pem
- Wildcard match: parent.com.pem with *.parent.com SAN

Output examples:
- "SSL: Using certificate inouter.com (wildcard)"
- "SSL: No certificate found. Use haproxy_issue_cert(...) to issue one."

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 04:15:02 +00:00

11 KiB