]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: add configuration for the crt-store
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 2 Apr 2025 09:03:45 +0000 (11:03 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commit2e8c350b95620d6b23b8c31f5acb50de2733912f
treed2e88885b454f1f13a8e51a93df082ee3ef95e02
parent077e2ce84c069e6083fb32bbb519c9be2002f395
MINOR: acme: add configuration for the crt-store

Add new acme keywords for the ckch_conf parsing, which will be used on a
crt-store, a crt line in a frontend, or even a crt-list.

The cfg_postparser_acme() is called in order to check if a section referenced
elsewhere really exists in the config file.
include/haproxy/acme.h [new file with mode: 0644]
include/haproxy/ssl_ckch-t.h
src/acme.c
src/ssl_ckch.c