- 30 Nov, 2023 3 commits
-
-
William Lallemand authored
DEPLOY_HAPROXY_HOT_UPDATE="yes" now allows to add a new certificate within HAProxy instead of updating an existing one. In order to work, the ${DEPLOY_HAPROXY_PEM_PATH} value must be used as a parameter to the "crt" keyword in the haproxy configuration. The patch uses the following commands over HAProxy stats socket: - show ssl cert - new ssl cert - set ssl cert - commit ssl cert - add ssl crt-list
-
William Lallemand authored
Since version 2.2, HAProxy is able to update dynamically certificates, without a reload. This patch uses socat to push the certificate into HAProxy in order to achieve hot update. With this method, reloading is not required. This should be used only to update an existing certificate in haproxy. 2 new variables are available: - DEPLOY_HAPROXY_HOT_UPDATE="yes" update over the stats socket instead of reloading - DEPLOY_HAPROXY_STATS_SOCKET="UNIX:/run/haproxy/admin.sock" set the path on the stats socket.
-
William Lallemand authored
Sanitize the PEM of the haproxy deploy script by removing the '\n', this way it could be injected directly over the CLI.
-
- 22 Nov, 2023 1 commit
-
-
neil authored
Fix typo in proxmoxve deploy hook
-
- 21 Nov, 2023 3 commits
- 20 Nov, 2023 1 commit
-
-
neil authored
-
- 10 Nov, 2023 1 commit
-
-
Adrian Fedoreanu authored
-
- 04 Nov, 2023 1 commit
-
-
neil authored
-
- 03 Nov, 2023 2 commits
-
-
-
neil authored
Acme2 similar names
-
- 02 Nov, 2023 2 commits
-
-
Matthew Robinson authored
Fix issue with similar domain names causing an error in selecting the proper root domain to add challenge records in
-
-
- 01 Nov, 2023 1 commit
-
-
Adnan RIHAN authored
-
- 29 Oct, 2023 1 commit
-
-
neil authored
Update haproxy.sh
-
- 24 Oct, 2023 1 commit
-
-
podguzovvasily authored
resolved issue with HAProxy https://github.com/acmesh-official/acme.sh/issues/4788 according https://serversforhackers.com/c/letsencrypt-with-haproxy
-
- 22 Oct, 2023 1 commit
-
-
- 06 Oct, 2023 3 commits
- 05 Oct, 2023 1 commit
-
-
neil authored
sync
-
- 26 Sep, 2023 1 commit
-
-
neil authored
fix: Synology DSM API path regex
-
- 25 Sep, 2023 1 commit
-
-
Romeo Dumitrescu authored
Fix the regex for looking up the API path value from the Synology API query.
-
- 24 Sep, 2023 1 commit
-
-
neil authored
sync
-
- 20 Sep, 2023 1 commit
-
-
- 15 Sep, 2023 1 commit
-
-
neil authored
Fix Variomedia API
-
- 14 Sep, 2023 1 commit
-
-
Tobias Grave authored
-
- 13 Sep, 2023 3 commits
- 12 Sep, 2023 2 commits
-
-
Julien Furgerot authored
-
Julien Furgerot authored
-
- 07 Sep, 2023 1 commit
-
-
Tobias Grave authored
-
- 06 Sep, 2023 2 commits
-
-
KincaidYang authored
-
KincaidYang authored
-
- 04 Sep, 2023 1 commit
-
-
neil authored
Improved api compatibility with devices
-
- 03 Sep, 2023 1 commit
-
-
KincaidYang authored
-
- 02 Sep, 2023 2 commits
-
-
KincaidYang authored
-
LJea authored
Fixed an issue where some embedded devices could not obtain nanoseconds resulting in abnormal parameter coding
-