commit | 3246d9466a4accad62ee22e348dda709d65077af | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Nov 04 14:02:11 2019 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Nov 04 14:11:41 2019 +0100 |
tree | dd76a9021b15222424a4a2804021fe2d065377b4 | |
parent | 37031b85ca83df351aede46487d93642ba5896d1 [diff] |
BUG/MINOR: ssl/cli: fix an error when a file is not found When trying to update a certificate <file>.{rsa,ecdsa,dsa}, but this one does not exist and if <file> was used as a regular file in the configuration, the error was ambiguous. Correct it so we can return a certificate not found error.