commit | eeaa29b36b99c262b327b409215d9b0e08c08c4f | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Dec 20 11:11:07 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Dec 21 11:21:07 2022 +0100 |
tree | 5f9a0d0651eb182ff9d45d36d9e6026df0d2c0d1 | |
parent | c0b4058e7e9fa6a83f3ec0e771f5469b362d02b6 [diff] |
MINOR: ssl: Add "update ssl ocsp-response" cli command The new "update ssl ocsp-response <certfile>" CLI command allows to update the stored OCSP response for a given certificate. It relies on the http_client which is used to send an HTTP request to the OCSP responder whose URI can be extracted from the certificate. This command won't work for a certificate that did not have a stored OCSP response yet.