]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: acme: read the wildcard flag from the authorization response
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 16:49:53 +0000 (18:49 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 16:49:53 +0000 (18:49 +0200)
commit53679fe5f6fbeb33490be4a0d9626e473346c280
treec3f11997d06dedfcfc4819ea069e8fe0bb60a1ec
parenta5e732ed1d85732a9114d415d1ad54ae61a31a9a
BUG/MINOR: acme: read the wildcard flag from the authorization response

The wildcard field was declared and used when building the dns-persist-01
TXT record value (policy=wildcard suffix), but was never populated from
the server's authorization response. Add the missing mjson_get_bool() call
to read $.wildcard before saving auth->dns.
src/acme.c