-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync #5075
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef20a01 - Browse repository at this point
Copy the full SHA ef20a01View commit details
Commits on Nov 30, 2023
-
haproxy: sanitize the PEM in the deploy script
Sanitize the PEM of the haproxy deploy script by removing the '\n', this way it could be injected directly over the CLI.
Configuration menu - View commit details
-
Copy full SHA for 7aaf443 - Browse repository at this point
Copy the full SHA 7aaf443View commit details -
haproxy: deploy script can update existing certificate over stats socket
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.
Configuration menu - View commit details
-
Copy full SHA for 0f7be90 - Browse repository at this point
Copy the full SHA 0f7be90View commit details -
haproxy: deploy script can add a new certificate over the stats socket
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
Configuration menu - View commit details
-
Copy full SHA for 98a7a01 - Browse repository at this point
Copy the full SHA 98a7a01View commit details -
haproxy: use the master CLI for hot update
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.
Configuration menu - View commit details
-
Copy full SHA for 36fc321 - Browse repository at this point
Copy the full SHA 36fc321View commit details
Commits on Dec 1, 2023
-
haproxy; don't use '*' in the filename for wildcard domain
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.
Configuration menu - View commit details
-
Copy full SHA for e09d45c - Browse repository at this point
Copy the full SHA e09d45cView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97723fb - Browse repository at this point
Copy the full SHA 97723fbView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6a1de5 - Browse repository at this point
Copy the full SHA a6a1de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab911f1 - Browse repository at this point
Copy the full SHA ab911f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7022d27 - Browse repository at this point
Copy the full SHA 7022d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42827be - Browse repository at this point
Copy the full SHA 42827beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7c834 - Browse repository at this point
Copy the full SHA 7b7c834View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5acb8 - Browse repository at this point
Copy the full SHA ad5acb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e073c9 - Browse repository at this point
Copy the full SHA 9e073c9View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 122dfa1 - Browse repository at this point
Copy the full SHA 122dfa1View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7da9a45 - Browse repository at this point
Copy the full SHA 7da9a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd247c3 - Browse repository at this point
Copy the full SHA bd247c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9157e2 - Browse repository at this point
Copy the full SHA b9157e2View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22374b8 - Browse repository at this point
Copy the full SHA 22374b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e4e41 - Browse repository at this point
Copy the full SHA 48e4e41View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cbdf27 - Browse repository at this point
Copy the full SHA 2cbdf27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79640f6 - Browse repository at this point
Copy the full SHA 79640f6View commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3b022f - Browse repository at this point
Copy the full SHA d3b022fView commit details
Commits on Mar 10, 2024
-
reduce TTL for the TXT record from 3600 to 300 to have an easier way to replicate changes for the dns-verification in case multiple submissions for a specific record/domain are done within an hour.
Configuration menu - View commit details
-
Copy full SHA for 0bf87bf - Browse repository at this point
Copy the full SHA 0bf87bfView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2c6b9a - Browse repository at this point
Copy the full SHA b2c6b9aView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3cd52c - Browse repository at this point
Copy the full SHA e3cd52cView commit details
Commits on Mar 18, 2024
-
Merge pull request #4581 from wlallemand/haproxy-hot-update
haproxy deploy hook updates existing certificate over stats socket
Configuration menu - View commit details
-
Copy full SHA for 0588fc6 - Browse repository at this point
Copy the full SHA 0588fc6View commit details -
neil committed
Mar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 2728d2a - Browse repository at this point
Copy the full SHA 2728d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f6104 - Browse repository at this point
Copy the full SHA 49f6104View commit details -
Merge pull request #5048 from hknet/patch-1
dns-record TTL set to 300
Configuration menu - View commit details
-
Copy full SHA for d2481f5 - Browse repository at this point
Copy the full SHA d2481f5View commit details -
Merge pull request #5032 from scruel/patch-3
fix(config_migrate): always remove domain old key & replace old value by new value
Configuration menu - View commit details
-
Copy full SHA for 2d4b900 - Browse repository at this point
Copy the full SHA 2d4b900View commit details
Commits on Mar 26, 2024
-
Fix: Decode eab_hmac_key as single-line
This commit resolves the issue #5068.
Configuration menu - View commit details
-
Copy full SHA for 492826a - Browse repository at this point
Copy the full SHA 492826aView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c860425 - Browse repository at this point
Copy the full SHA c860425View commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fcddd1 - Browse repository at this point
Copy the full SHA 4fcddd1View commit details -
Merge pull request #5072 from aSauerwein/master
feature: add template option for panos deploy hook
Configuration menu - View commit details
-
Copy full SHA for cc5c722 - Browse repository at this point
Copy the full SHA cc5c722View commit details -
Merge pull request #4757 from laraveluser/master
Add support for Lima-City
Configuration menu - View commit details
-
Copy full SHA for 84795ff - Browse repository at this point
Copy the full SHA 84795ffView commit details -
neil committed
Mar 31, 2024 Configuration menu - View commit details
-
Copy full SHA for c51104f - Browse repository at this point
Copy the full SHA c51104fView commit details -
Merge pull request #5069 from annieoxe/decode-eab_hmac_key
Fix: Decode eab_hmac_key as single-line
Configuration menu - View commit details
-
Copy full SHA for fa3d7ad - Browse repository at this point
Copy the full SHA fa3d7adView commit details