]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: implement retrieval of the certificate
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 20:19:24 +0000 (22:19 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:39:03 +0000 (01:39 +0200)
commit5500bda9eb829bd1160d5f4664bbeeab47b1a8dd
tree0d48e79561cf52c54b09895c90afe5c31c82b866
parent27fff179fe5d378d021df2473e82e2637ff44049
MINOR: acme: implement retrieval of the certificate

Once the Order status is "valid", the certificate URL is accessible,
this patch implements the retrieval of the certificate which is stocked
in ctx->store.
include/haproxy/acme-t.h
src/acme.c