MINOR: ssl: support ca-file arg for dynamic servers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 19 May 2021 07:46:59 +0000 (09:46 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 18 Jun 2021 14:42:26 +0000 (16:42 +0200)
commit482550280a98c31e6e40e59c2597f34d3c3c2c5c
tree889e9723c4ccae569ec5c05e7f29884b1bb2cfce
parent7addf56b724f5e16459dabc60765461d8b020178
MINOR: ssl: support ca-file arg for dynamic servers

File-access through ssl_store_load_locations_file is deactivated if
srv_parse_ca_file is used at runtime for a dynamic server. The ca-file
must have already been loaded either in the config or through the 'ssl
ca-file' CLI commands.
src/cfgparse-ssl.c