commit | 0a9b9414f05ac55268edf0afaa054dfe2c2377d8 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Apr 06 17:43:05 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Apr 06 19:33:28 2020 +0200 |
tree | 6d47778451fdf08df62fc7471f758a4ca37c7108 | |
parent | 58a522227ba3697e5701e0e7c51683dc00bcc811 [diff] |
MINOR: ssl/cli: 'del ssl crt-list' delete an entry Delete an entry in a crt-list, this is done by iterating over the ckch_inst in the crtlist_entry. For each ckch_inst the bind_conf lock is held during the deletion of the sni_ctx in the SNI trees. Everything is free'd. If there is several entries with the same certificate, a line number must be provided to chose with entry delete.