commit | 70df7bf19cebd5593c0abb01923e6c9f72961da6 | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Fri Jan 04 11:08:20 2019 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Feb 18 14:33:05 2020 +0100 |
tree | 56d73656df0013e3e06b74d3eba2f592fc98e80c | |
parent | 23997daf4e23290c515014cedd04e3419029fb7b [diff] |
MINOR: ssl: add "issuers-chain-path" directive. Certificates loaded with "crt" and "crt-list" commonly share the same intermediate certificate in PEM file. "issuers-chain-path" is a global directive to share intermediate chain certificates in a directory. If certificates chain is not included in certificate PEM file, haproxy will complete chain if issuer match the first certificate of the chain stored via "issuers-chain-path" directive. Such chains will be shared in memory.