mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 00:29:10 +02:00
A default certificate is always the first one declared in the bind line, either from `crt` or from `crt-line` option. This commit updates the description of how to configure a fallback certificate, clarifying that it needs to be the first one of the bind line. Should be merged as far as the first SNI filter implementation.