MINOR: acme.sh: use the master CLI for hot update
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 30 Nov 2023 15:15:45 +0000 (16:15 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 30 Nov 2023 15:16:29 +0000 (16:16 +0100)
commita75d7081f8911aa7bc464d20bc3954d895910973
treef60dc22d1e621233423fcf4db3655c6aee47a770
parent0ce213d246197be601c46cc9cbfb720eac85d928
MINOR: acme.sh: use the master CLI for hot update

DEPLOY_HAPROXY_MASTER_CLI allows to use the HAProxy master CLI
instead of a stats socket for DEPLOY_HAPROXY_HOT_UPDATE="yes"

The syntax of the master CLI is slightly different, a prefix with
the process number need to be added before any command.

This patch uses ${_cmdpfx} in front of every socat commands which is
filled when the master CLI is used.
admin/acme.sh/haproxy.sh