]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add "issuers-chain-path" directive.
authorEmmanuel Hocdet <manu@gandi.net>
Fri, 4 Jan 2019 10:08:20 +0000 (11:08 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 18 Feb 2020 13:33:05 +0000 (14:33 +0100)
commit70df7bf19cebd5593c0abb01923e6c9f72961da6
tree56d73656df0013e3e06b74d3eba2f592fc98e80c
parent23997daf4e23290c515014cedd04e3419029fb7b
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.
doc/configuration.txt
src/ssl_sock.c