commit | eef8e7b8bc267869fbf6d1734a96c16a3d5f9487 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Apr 20 17:42:02 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | c0228ee9d4e7e0f30b0949aeb47ecc861d919229 | |
parent | 720e3b9f3375f32b5dadc127dcd9a4caa683630b [diff] |
MINOR: ssl: Add "abort ssl crl-file" CLI command The "abort" command aborts an ongoing transaction started by a "set ssl crl-file" command. Since the updated CRL file data is not pushed into the CA file tree until a "commit ssl crl-file" call is performed, the abort command simply deleted the new cafile_entry (storing the new CRL file data) stored in the transaction.