commit | 9f0c9360573bcd9f3c249fb91c42a8f06b091d7c | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Feb 19 15:06:28 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | 6063043cc8c1faed1306e6f5465662a41fd6de6a | |
parent | af8820a9a51ee60df62c29c62b8ec952aa43aa83 [diff] |
MINOR: ssl: Allow duplicated entries in the cafile_tree In order to ease ca-file hot update via the CLI, the ca-file tree will need to allow duplicate entries for a given path. This patch simply enables it and offers a way to select either the oldest entry or the latest entry in the tree for a given path.