Reference
acme status
On this page
This page applies to:
- HAProxy3.2 and newer
- HAProxy Enterprise 3.2r1 and newer
Returns the status of certificates configured with an acme configuration section.
Description Jump to heading
The acme status
command returns the following information, separated by tabs:
- The certificate’s name.
- The name of the
acme
section in the configuration. - The state of the ACME task, either
Running
,Scheduled
, orStopped
. - The certificate’s UTC expiration date in ISO 8601 format.
- The relative expiration time (
0d
if expired). - The certificate’s UTC scheduled date in ISO 8601 format.
- The relative schedule time (
0d
ifRunning
).
Examples Jump to heading
-
View the status of a certificate request after calling
acme renew
.nixecho "acme status" | sudo socat stdio tcp4-connect:127.0.0.1:9999nixecho "acme status" | sudo socat stdio tcp4-connect:127.0.0.1:9999outputtextcertificate section state expiration date (UTC) expires in scheduled date (UTC) scheduled in@my_files/example letsencrypt-staging Running 2026-09-30T20:37:44Z 364d 23h50m02s - - -outputtextcertificate section state expiration date (UTC) expires in scheduled date (UTC) scheduled in@my_files/example letsencrypt-staging Running 2026-09-30T20:37:44Z 364d 23h50m02s - - -
See also Jump to heading
Do you have any suggestions on how we can improve the content of this page?