commit | 51e28b6beef87be668d5e280292389011d0d8ca0 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Apr 20 17:58:01 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | 9d9885a8b3fb7f622772ad727a0c98a0de03448e | |
parent | eef8e7b8bc267869fbf6d1734a96c16a3d5f9487 [diff] |
MEDIUM: ssl: Add "show ssl crl-file" CLI command This patch adds the "show ssl crl-file [<crlfile>]" CLI command. This command can be used to display the list of all the known CRL files when no specific file name is specified, or to display the details of a specific CRL file when a name is given. The details displayed for a specific CRL file are inspired by the ones shown by a "openssl crl -text -noout -in <filename>".