]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: finalize by sending the CSR
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 18:35:56 +0000 (20:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commit680222b382805de09961d88708ecec173b37c191
tree5683c511e4c077f221ca0b5e7648df991507ffc4
parentde5dc31a0df4db8026b256831cac6ec0307c61d4
MINOR: acme: finalize by sending the CSR

This patch does the finalize step of the ACME task.
This encodes the CSR into base64 format and send it to the finalize URL.

https://www.rfc-editor.org/rfc/rfc8555#section-7.4
include/haproxy/acme-t.h
src/acme.c