William Lallemand | 8c4d7ee | 2023-04-26 17:32:15 +0200 | [diff] [blame] | 1 | This directory contains a fork of the acme.sh deploy script for haproxy which |
| 2 | allow acme.sh to run as non-root and don't require to reload haproxy. |
| 3 | |
| 4 | The content of this directory is licensed under GPLv3 as explained in the |
| 5 | LICENSE file. |
| 6 | |
| 7 | This was originally written for this pull request |
| 8 | https://github.com/acmesh-official/acme.sh/pull/4581. |
| 9 | |
| 10 | The documentation is available on the haproxy wiki: |
| 11 | https://github.com/haproxy/wiki/wiki/Letsencrypt-integration-with-HAProxy-and-acme.sh |
| 12 | |
| 13 | The haproxy.sh script must replace the one provided by acme.sh. |