]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: support aliases in crt-store
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 17 Apr 2024 15:03:58 +0000 (17:03 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 17 Apr 2024 15:24:49 +0000 (17:24 +0200)
commitbdee8ace814139771efa90cc200c67e7d9b72751
treeaebdf61b948407e413ccc31983b646c5b6c44172
parente6662bf706de55303fe0757294e9386d8f95861b
MEDIUM: ssl: support aliases in crt-store

The crt-store load line now allows to put an alias. This alias is used
as the key in the ckch_tree instead of the certificate. This way an
alias can be referenced in the configuration with the '@/' prefix.

This can only be define with a crt-store.
doc/configuration.txt
src/cfgparse-ssl.c
src/ssl_ckch.c
src/ssl_crtlist.c