]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: add the global option 'acme.scheduler'
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 11:45:48 +0000 (13:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 12:00:39 +0000 (14:00 +0200)
commite7574cd5f09bfedf990041d774f6eacb19db8998
tree0e39aa3fdede75428280fb7c4b981dccc942c23e
parent0ae14beb2ac340448e81496948d0f88c8d0ccdc6
MINOR: acme: add the global option 'acme.scheduler'

The automatic scheduler is useful but sometimes you don't want to use,
or schedule manually.

This patch adds an 'acme.scheduler' option in the global section, which
can be set to either 'auto' or 'off'. (auto is the default value)

This also change the ouput of the 'acme status' command so it does not
shows scheduled values. The state will be 'Stopped' instead of
'Scheduled'.
doc/configuration.txt
include/haproxy/ssl_sock-t.h
src/acme.c
src/ssl_sock.c