]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: fix typos and paragraph ordering in 'show ssl sni'
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Dec 2024 09:21:47 +0000 (10:21 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Dec 2024 09:27:57 +0000 (10:27 +0100)
Fixes small typos, uppercase and paragraph ordering in the 'show ssl
sni' section.

doc/management.txt

index 250cb6cbb6623c6d2c55ed29436f5b711637503c..90e953fcdfba8b74d68d762a90f18568a4074ec0 100644 (file)
@@ -3764,25 +3764,23 @@ show ssl providers
 show ssl sni [-f <frontend>]
   Dump every SNI configured for the designated frontend, or all frontends if no
   frontend was specified. It allows to see what SNI are offered for a frontend,
-  and to identify if a SNI is defined multiple time by multiple certificates for
+  and to identify if a SNI is defined multiple times by multiple certificates for
   the same frontend.
 
   Columns are separated by a single \t, allowing to parse it simply.
 
-  The frontend/bind column shows the frontend name followed by the bind line
-  position in the configuration (file:linenum).
-
-  The SNI column shows the SNI, it can be either a CN, a SAN or a positive
-  filter from a crt-list. Negative filters are not displayed.
-
-  The 'type' column shows the encryption algorithm type, it can be "rsa", "ecdsa" or "dsa".
+  The 'Frontend/Bind' column shows the frontend name followed by the bind line
+  position in the configuration (frontend/file:linenum).
 
+  The 'SNI' column shows the SNI, it can be either a CN, a SAN or a filter from a crt-list.
   The default certificates of a bind line, (which are either declared
   explicitely by 'default-crt' or is implicitely the first certificate of a bind
   line when no 'strict-sni' is used) shows the '*' character in the SNI column.
 
-  The 'filename' column can be either a filename from the configuration, or an
-  alias declarated in a crt-store.
+  The 'Type' column shows the encryption algorithm type, it can be "rsa", "ecdsa" or "dsa".
+
+  The 'Filename' column can be either a filename from the configuration, or an
+  alias declared in a crt-store.
 
   The 'NotAfter' and 'NotBefore' columns are directly extracted from the X509
   leaf certificate.