]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: handle the nonce
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 9 Apr 2025 15:45:39 +0000 (17:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commit0aa6dedf7253b3153e290088779e7244b7433a14
treeea47926b00b6784f9e346fc5915cb0bc9fe6542f
parent471290458e3117ade13cf376e3d7a2c22cb63fc9
MINOR: acme: handle the nonce

ACME requests are supposed to be sent with a Nonce, the first Nonce
should be retrieved using the newNonce URI provided by the directory.

This nonce is stored and must be replaced by the new one received in the
each response.
include/haproxy/acme-t.h
src/acme.c