From: William Lallemand Date: Tue, 10 Dec 2024 09:21:47 +0000 (+0100) Subject: DOC: management: fix typos and paragraph ordering in 'show ssl sni' X-Git-Tag: v3.2-dev1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9681fe0dbaa767a9711e32484f7c7d0712b306b1;p=thirdparty%2Fhaproxy.git DOC: management: fix typos and paragraph ordering in 'show ssl sni' Fixes small typos, uppercase and paragraph ordering in the 'show ssl sni' section. --- diff --git a/doc/management.txt b/doc/management.txt index 250cb6cbb6..90e953fcdf 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -3764,25 +3764,23 @@ show ssl providers show ssl sni [-f ] 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.