Commit Graph

5621 Commits (8635d89cc8278d9387e3f0f966a23a5f79c8ba41)
 

Author SHA1 Message Date
Robert bfb41ce123 Fix acmesh-official#4836 (Switch to new Gandi LiveDNS API)
1. Updated LiveDNS API URL for the new API to allow Personal Access Tokens to work
2. Updated authorization header syntax to allow deprecated API Keys to work with the new API
3. Removed white space in JSON response parsing to match responses returned by the server
1 year ago
neil 85e3ecfe0b fix omnios 1 year ago
laraveluser 9e073c954d
Update dns_limacity.sh 1 year ago
neil b79c3f5cc4 fix pkg_add 1 year ago
laraveluser ad5acb80fe
Update dns_limacity.sh 1 year ago
laraveluser 7b7c834b08
Update dns_limacity.sh 1 year ago
laraveluser 42827be7c3
Update dns_limacity.sh 1 year ago
laraveluser 7022d27b8e
Update dns_limacity.sh 1 year ago
laraveluser ab911f1ce9
Update dns_limacity.sh 1 year ago
laraveluser a6a1de50c8
Merge branch 'acmesh-official:master' into master 1 year ago
laraveluser 97723fbbc9
Update dns_limacity.sh 1 year ago
neil 2e58cf1168
Merge pull request #4940 from dario-pilori/fix-routeros-7
Fix RouterOS deploy hook for 7
1 year ago
Dario Pilori 3ca97d7258
Remove whitespace in script name in routeros.sh deploy hook 1 year ago
neil 9786dccdee
Merge pull request #4161 from seidler2547/seidler2547-remove-do
remove dns_do as it does not work anymore
1 year ago
Jérôme a3612f53dd change shebang to sh 1 year ago
Jérôme 112257c49e Add notification support for ntfy.sh 1 year ago
neil d8e2b96bce
Merge pull request #4925 from LordDarkneo/patch-1
Logout update for DSM Deploy script (2727 issue)
1 year ago
LordDarkneo 6992659ba9
Update synology_dsm.sh 1 year ago
LordDarkneo 05696d443a
Update synology_dsm.sh
#2727 issue when logging out on older version - using variables to unlog only for CERT user
1 year ago
LordDarkneo f59a925897
Update synology_dsm.sh
Issue for lougout
1 year ago
neil afacdfcb95
Merge pull request #4918 from acmesh-official/dev
sync
1 year ago
neil 8cb1b6b5d5 update 1 year ago
neil f7d9d53ad2
Merge pull request #4899 from acmesh-official/dev
sync
1 year ago
neil f4315e2c6f fix _date2time 1 year ago
neil f0ac566c93 add Omnios 1 year ago
neil 50f6a459cf update solaris 1 year ago
neil 179c80ae6d
Merge pull request #4861 from mrbaiwei/master
support West.cn Domain
1 year ago
neil 6e72f161a6
Merge pull request #4872 from sandercox/patch-1
Update dns_gcloud.sh rm logs record added
1 year ago
neil f71d8d7348 minor 1 year ago
neil a12a3640a7 update 1 year ago
neil 3b7bc5a56a update dragonflybsd-vm@v1 1 year ago
William Lallemand e09d45c844 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.
1 year ago
William Lallemand 36fc321096 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.
1 year ago
William Lallemand 98a7a01dbb 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
1 year ago
William Lallemand 0f7be90500 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.
1 year ago
William Lallemand 7aaf4432d4 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.
1 year ago
neil 884a8995b4
Merge pull request #4853 from Max13/deploy/proxmoxve
Fix typo in proxmoxve deploy hook
1 year ago
neil bb42595275
Merge pull request #4866 from phedoreanu/dev
dns_1984.hosting.sh: update login and account status URLs
1 year ago
neil a4bd89c938 fix 1 year ago
neil f364d4fbef fix 1 year ago
neil f899d0d8ed update 1 year ago
Sander Cox 074cf00a7c
Update dns_gcloud.sh rm logs record added
The logs show record was added twice but the second time was actual the rm command thus the removal of the record!
1 year ago
Adrian Fedoreanu 15d10eeebc
dns_1984.hosting.sh: update login and account status URLs 1 year ago
mrbaiwei bea71f3411 Update dns_west_cn.sh
Signed-off-by: mrbaiwei <mrbaiwei@gmail.com>
1 year ago
mrbaiwei eb99803b53 Update west.cn domain api
Signed-off-by: mrbaiwei <mrbaiwei@gmail.com>
1 year ago
mrbaiwei a60d0c4108 Update dns_west_cn.sh
Signed-off-by: mrbaiwei <mrbaiwei@gmail.com>
1 year ago
neil 1cc3a13c49 fix comments 1 year ago
mrbaiwei feffbba6de Update dns_west.sh
Signed-off-by: mrbaiwei <mrbaiwei@gmail.com>
1 year ago
mrbaiwei 6ea09444ec Update dns_west.sh
Signed-off-by: mrbaiwei <mrbaiwei@gmail.com>
1 year ago
neil f1f486dacf
Merge pull request #4843 from trulyliu/dev
Fix https://github.com/acmesh-official/acme.sh/issues/4460
1 year ago