- 18 Mar, 2024 1 commit
-
-
neil authored
-
- 04 Jan, 2024 1 commit
-
-
Dario Pilori authored
-
- 22 Dec, 2023 3 commits
-
-
LordDarkneo authored
-
LordDarkneo authored
#2727 issue when logging out on older version - using variables to unlog only for CERT user
-
LordDarkneo authored
Issue for lougout
-
- 01 Dec, 2023 1 commit
-
-
William Lallemand authored
By default acme.sh uses the '*' character in the filename for wildcard. That can be confusing within HAProxy since the * character in front of a filename in the stat socket is used to specified an uncommitted transaction. This patch replace the '*' by a '_' in the filename. This is only done when using the default filename, the name can still be forced with an asterisk.
-
- 30 Nov, 2023 4 commits
-
-
William Lallemand authored
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.
-
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.
-
- 01 Nov, 2023 1 commit
-
-
Adnan RIHAN authored
-
- 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
-
- 25 Sep, 2023 1 commit
-
-
Romeo Dumitrescu authored
Fix the regex for looking up the API path value from the Synology API query.
-
- 07 Sep, 2023 1 commit
-
-
Scruel Tao authored
-
- 11 Aug, 2023 1 commit
-
-
Martin Arndt authored
-
- 09 Aug, 2023 1 commit
-
-
Martin Arndt authored
-
- 20 Jul, 2023 3 commits
-
-
Scruel Tao authored
-
Scruel Tao authored
-
Scruel Tao authored
-
- 19 Jul, 2023 1 commit
-
-
Scruel Tao authored
1. Fix the broken logic in (Sorry for including fix commit in same PR, I'm feeling quite tired and would like to go to sleep right away...) 2. Provides new method to obtain credential info for authentication, it will create a temp admin user if SYNO_USE_TEMP_ADMIN is set, instead of requiring the user's own credentials which will be saved in disk. I do really don't like to have plaintext credentials be saved in disk, and I noticed that you've spent a lot of time fighting with 2FA related stuffs, so why not just get rid of the whole old way. :)
-
- 18 Jul, 2023 4 commits
- 12 Jul, 2023 1 commit
-
-
sg1888 authored
-
- 11 Jul, 2023 2 commits
- 04 Jul, 2023 3 commits
-
-
Martin Arndt authored
-
Martin Arndt authored
Split "[ && ]" into "[ ] && [ ]" to make ShellCheck happy
-
Martin Arndt authored
As requested in acmesh-official/acme.sh/pull/4646 by Neil Pang
-
- 28 May, 2023 2 commits
-
-
Martin Arndt authored
-
Martin Arndt authored
Also adapt to DSM 7's API improvements.
-
- 24 May, 2023 1 commit
-
-
sg1888 authored
-
- 17 May, 2023 1 commit
-
-
sg1888 authored
-
- 15 May, 2023 2 commits
- 24 Apr, 2023 1 commit
-
-
sg1888 authored
-
- 23 Apr, 2023 2 commits
-
-
neilpang authored
-
- 12 Apr, 2023 1 commit
-
-
sg1888 authored
-