]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: introduce acme_challenge_ready() for reuse outside the CLI
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 10 Jun 2026 09:29:18 +0000 (11:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 11 Jun 2026 09:33:27 +0000 (11:33 +0200)
commit9e60d35aaf41b276fc3a65500dbefde37d8340aa
treecea117993c77948548aca93580fcecca6715b184
parent0a90ff6b3da92aab23949fca221702989dfe7fa9
MINOR: acme: introduce acme_challenge_ready() for reuse outside the CLI

Extract the challenge-readiness logic from cli_acme_chall_ready_parse()
into a new acme_challenge_ready(crt, dns) function so it can be called
from other contexts such as Lua event handlers.

It slightly changes the messages on the CLI.
include/haproxy/acme.h
src/acme.c