]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: 'del ssl cert' deletes a certificate
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Apr 2020 10:05:39 +0000 (12:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 8 Apr 2020 10:08:03 +0000 (12:08 +0200)
commit419e6349f6d64c8b4999a930e127452a6d7763eb
tree3af7b4f799e966b878bb338d8496b2b2f21f60c5
parent36ccc3922d62ebc62c2d15c0cbe5d896b9769b9c
MINOR: ssl/cli: 'del ssl cert' deletes a certificate

Delete a certificate store from HAProxy and free its memory. The
certificate must be unused and removed from any crt-list or directory.
The deletion doesn't work with a certificate referenced directly with
the "crt" directive in the configuration.
doc/management.txt
src/ssl_sock.c