]> git.kaiwu.me - haproxy.git/commit
MINOR: acme: implement draft-ietf-acme-profiles
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Apr 2026 15:33:41 +0000 (17:33 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Apr 2026 16:10:35 +0000 (18:10 +0200)
commit0d14bb74733d4746cc30cf8af6fbfaa70be70866
treece6c21426ad28246b398780d0ffcc37b1a4dc667
parent1ddda8eb3b8f2a0102facf69bf8b3d6e9e24f691
MINOR: acme: implement draft-ietf-acme-profiles

The ACME Profiles extension (draft-ietf-acme-profiles) allows a client
to request a specific certificate profile by including a "profile" field
in the newOrder request. This lets the CA select the appropriate
certificate issuance policy (e.g. "classic", "shortlived") for a given
order.

A new "profile" keyword is added to the acme section. When set, its
value is included in the newOrder JSON payload sent to the CA.
doc/configuration.txt
include/haproxy/acme-t.h
src/acme.c