MINOR: ssl: support crt arg for dynamic servers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 21 May 2021 14:22:53 +0000 (16:22 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 18 Jun 2021 14:42:26 +0000 (16:42 +0200)
commit93be21e0c6a95275455ebbd152519a380eace55c
treee7b842c6b4d7442a6d35a40f5322c59899bb0f34
parent482550280a98c31e6e40e59c2597f34d3c3c2c5c
MINOR: ssl: support crt arg for dynamic servers

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