diff options
Diffstat (limited to '')
-rw-r--r-- | admin/acme.sh/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/acme.sh/README b/admin/acme.sh/README new file mode 100644 index 0000000..7f8cef4 --- /dev/null +++ b/admin/acme.sh/README @@ -0,0 +1,13 @@ +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. |