mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
DOC: configuration: grammar fixes for strict-sni
Fix incorrect grammar in strict-sni: * is allow -> is allowed * which match -> that matches * allows to start -> allows starting
This commit is contained in:
parent
0489d85263
commit
a4f564b05e
@ -16311,9 +16311,9 @@ ssl-min-ver [ SSLv3 | TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3 ]
|
|||||||
|
|
||||||
strict-sni
|
strict-sni
|
||||||
This setting is only available when support for OpenSSL was built in. The
|
This setting is only available when support for OpenSSL was built in. The
|
||||||
SSL/TLS negotiation is allow only if the client provided an SNI which match
|
SSL/TLS negotiation is allowed only if the client provided an SNI that matches
|
||||||
a certificate. The default certificate is not used. This option also allows
|
a certificate. The default certificate is not used. This option also allows
|
||||||
to start without any certificate on a bind line, so an empty directory could
|
starting without any certificate on a bind line, so an empty directory could
|
||||||
be used and filled later from the stats socket.
|
be used and filled later from the stats socket.
|
||||||
See the "crt" option for more information. See "add ssl crt-list" command in
|
See the "crt" option for more information. See "add ssl crt-list" command in
|
||||||
the management guide.
|
the management guide.
|
||||||
|
Loading…
Reference in New Issue
Block a user