commit | 9c4437d0241a8d2e29b1693e0a8d7e1b2894e64e | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Feb 28 17:46:28 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Mar 02 15:37:22 2023 +0100 |
tree | b5f39172800e53d17373d1500ed4457d4fb3e5fc | |
parent | 7e1a62e2b423b7aa698ec4fc9ca7fabbdf75ccd1 [diff] |
MINOR: ssl: Add way to dump ocsp response in base64 A new format option can be passed to the "show ssl ocsp-response" CLI command to dump the contents of an OCSP response in base64. This is needed because thanks to the new OCSP auto update mechanism, we could end up using an OCSP response internally that was never provided by the user.