]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: grammar fixes for strict-sni
authorNicolas CARPi <nico-git@deltablot.email>
Wed, 3 Apr 2024 11:43:59 +0000 (13:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Apr 2024 15:56:37 +0000 (17:56 +0200)
Fix incorrect grammar in strict-sni:
* is allow -> is allowed
* which match -> that matches
* allows to start -> allows starting

doc/configuration.txt

index 085bbe1734a6e27d938314710d1ce9487f1cdf36..8c620d6ffd18c2adeccb21cfc3bed4b63d220901 100644 (file)
@@ -16311,9 +16311,9 @@ ssl-min-ver [ SSLv3 | TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3 ]
 
 strict-sni
   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
-  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.
   See the "crt" option for more information. See "add ssl crt-list" command in
   the management guide.