Reference

acme renew

This page applies to:

  • HAProxy3.2 and newer
  • HAProxy Enterprise 3.2r1 and newer

Starts an ACME certificate generation task with the given certificate name. The certificate must be linked to an acme configuration section.

Description Jump to heading

The acme renew command expects the name of a certificate loaded by crt-store section.

Syntax:

text
acme renew <certificate>
text
acme renew <certificate>

This command returns no output.

Examples Jump to heading

  • Request or renew a certificate.

    nix
    echo "acme renew @my_files/example" | sudo socat stdio tcp4-connect:127.0.0.1:9999
    nix
    echo "acme renew @my_files/example" | sudo socat stdio tcp4-connect:127.0.0.1:9999

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?