]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: "acme ps" shows the acme tasks
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Apr 2025 13:49:53 +0000 (15:49 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Apr 2025 15:12:50 +0000 (17:12 +0200)
commit563ca94ab83fd3368761ae4914f4ccb800020f16
treed8affc60350cb81ccd8593349392d413b49913c5
parent4bceca83fc14269ef8f2528294bc3cdb3fcc6c99
MINOR: ssl/cli: "acme ps" shows the acme tasks

Implement a way to display the running acme tasks over the CLI.

It currently only displays a "Running" status with the certificate name
and the acme section from the configuration.

The displayed running tasks are limited to the size of a buffer for now,
it will require a backref list later to be called multiple times to
resume the list.
doc/configuration.txt
doc/management.txt
include/haproxy/acme-t.h
src/acme.c