commit | 36aa451a4e15c1601b4ef87a45cd0e49bf364beb | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 21 16:22:11 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jun 18 16:42:25 2021 +0200 |
tree | 2d46cb201decef22087f76c143fdc1de90a14555 | |
parent | b89d3d3de7524b26acde4bd9b780f659e96c433f [diff] |
MINOR: ssl: render file-access optional on server crt loading The function ssl_sock_load_srv_cert will be used at runtime for dynamic servers. If the cert is not loaded on ckch tree, we try to access it from the file-system. Now this access operation is rendered optional by a new function argument. It is only allowed at parsing time, but will be disabled for dynamic servers at runtime.