mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-24 23:31:40 +02:00
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.
This directory contains a fork of the acme.sh deploy script for haproxy which allow acme.sh to run as non-root and don't require to reload haproxy. The content of this directory is licensed under GPLv3 as explained in the LICENSE file. This was originally written for this pull request https://github.com/acmesh-official/acme.sh/pull/4581. The documentation is available on the haproxy wiki: https://github.com/haproxy/wiki/wiki/Letsencrypt-integration-with-HAProxy-and-acme.sh The haproxy.sh script must replace the one provided by acme.sh.