commit | c3a8477776a10f0289efff763173ad9ce708bb15 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Mar 25 18:13:57 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | 00aa679a9a2e6b39fe42483ca83e9a3b0554f940 | |
parent | 9f40fe02026440e513ff0f377f8bd18a72e5eff0 [diff] |
MINOR: ssl: Add "del ssl ca-file" CLI command This patch adds the "del ssl ca-file <cafile>" CLI command which can be used to delete an unused CA file. The CA file will be considered unused if its list of ckch instances is empty. This command cannot be used to delete the uncommitted CA file of a previous "set ssl ca-file" without commit. It only acts on CA file entries already inserted in the CA file tree. This fixes a subpart of GitHub issue #1057.