]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: acme: skip auth/challenge steps when newOrder returns a certificate
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 29 Apr 2026 16:10:07 +0000 (18:10 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 29 Apr 2026 16:22:45 +0000 (18:22 +0200)
commit19e17fd6e25bff66c93b90ceacc1fd6d41984eb4
tree129cc7eaabf948db1277c9ae4fbc94cf0bd216f5
parent0f02a62da02eaeb8444d8edddb0b3d1e58158610
BUG/MINOR: acme: skip auth/challenge steps when newOrder returns a certificate

When an ACME server returns a certificate URL directly in the newOrder
response (order already validated), parse it and transition straight to
ACME_CERTIFICATE, bypassing the auth/challenge steps.

This needs to be backported to 3.2.
src/acme.c