]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: get the ACME directory
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 9 Apr 2025 14:43:24 +0000 (16:43 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commit471290458e3117ade13cf376e3d7a2c22cb63fc9
treead92a801ffb92a3b107ceba4b59cdb700ad80691
parent4780a1f22334724527126a6ba5d0cececf2108b6
MINOR: acme: get the ACME directory

The first request of the ACME protocol is getting the list of URLs for
the next steps.

This patch implements the first request and the parsing of the response.

The response is a JSON object so mjson is used to parse it.
include/haproxy/acme-t.h
src/acme.c