]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: move the acme task init in a dedicated function
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 12:47:03 +0000 (14:47 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 14:01:32 +0000 (16:01 +0200)
commit7251c13c77810643e0ab4704ec42a93a3a846868
tree4d0f43e9ca53fbd2e10e4bf2eb69a9b0b2c85284
parent878a3507dff152ba1591fb9c77e33d2aff9cc8ff
MINOR: acme: move the acme task init in a dedicated function

acme_start_task() is a dedicated function which starts an acme task
for a specified <store> certificate.

The initialization code was move from the "acme renew" command parser to
this function, in order to be called from a scheduler.
src/acme.c