]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: support a named crt-store section
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 18 Apr 2024 13:54:16 +0000 (15:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 18 Apr 2024 14:10:09 +0000 (16:10 +0200)
commitffea2e1a135d7db6c227f46b8906aff89bb38606
tree1a5a13b79f0ebed3c8584ee58887d31d04936600
parent81a8a2cae11133044e232c43084d282a4184fd01
MEDIUM: ssl: support a named crt-store section

This patch introduces named crt-store section. A named crt-store allows
to add a scope to the crt name.

For example, a crt named "foo.crt" in a crt-store named "web" will
result in a certificate called "@web/foo.crt".
doc/configuration.txt
src/ssl_ckch.c