]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme/cli: 'acme status' show the status acme-configured certificates
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 6 May 2025 12:56:38 +0000 (14:56 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 6 May 2025 13:27:29 +0000 (15:27 +0200)
commit48f1ce77b71a9a597e451a9a8c7cff25344e54b1
tree10ad5957e54a25a46cafc7a5e9ffa44245c2f03e
parenta3ce7d77722b3d2bc4c8d9bff31d2805ecb32f87
MINOR: acme/cli: 'acme status' show the status acme-configured certificates

The "acme status" command, shows the status of every certificates
configured with ACME, not only the running task like "acme ps".

The IO handler loops on the ckch_store tree and outputs a line for each
ckch_store which has an acme section set. This is still done under the
ckch_store lock and doesn't support resuming when the buffer is full,
but we need to change that in the future.
doc/management.txt
src/acme.c