commit | d92fd11c77df0cfbdbe3806539a43544b24f5d74 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Jun 10 13:51:13 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jun 10 16:44:11 2021 +0200 |
tree | c313f4ffb17619b398265e5a2042f166b77c58f3 | |
parent | 5aa1dce5ee401f695433b2b523a172ee551d969a [diff] |
MINOR: ssl: Add new "show ssl ocsp-response" CLI command This patch adds the "show ssl ocsp-response [<id>]" CLI command. This command can be used to display the IDs of the OCSP tree entries along with details about the entries' certificate ID (issuer's name and key hash + serial number), or to display the details of a single ocsp-response if an ID is given. The details displayed in this latter case are the ones shown by a "openssl ocsp -respin <ocsp-response> -text" call.