]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add "update ssl ocsp-response" cli command
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Dec 2022 10:11:07 +0000 (11:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 21 Dec 2022 10:21:07 +0000 (11:21 +0100)
commiteeaa29b36b99c262b327b409215d9b0e08c08c4f
tree5f9a0d0651eb182ff9d45d36d9e6026df0d2c0d1
parentc0b4058e7e9fa6a83f3ec0e771f5469b362d02b6
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.
doc/management.txt
src/ssl_sock.c