]>
git.proxmox.com Git - mirror_acme.sh.git/log
neil [Sun, 30 Jul 2023 13:30:49 +0000 (21:30 +0800)]
Merge pull request #4708 from sg1888/verbiage
Fixed help verbiage to reflect capabilities of --ecc flag
neil [Sun, 30 Jul 2023 13:19:23 +0000 (21:19 +0800)]
Merge pull request #4710 from zearan/patch-1
Fix the API calls that get the list of domains that PLESK can manage
neil [Sun, 30 Jul 2023 03:32:03 +0000 (11:32 +0800)]
Merge pull request #4712 from samuel-jimenez/dev
Add DNSExit.com API support
neil [Sun, 30 Jul 2023 02:58:22 +0000 (10:58 +0800)]
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
see https://bugs.launchpad.net/ubuntu/+source/curl/+bug/
2018342
neil [Sat, 29 Jul 2023 15:30:44 +0000 (23:30 +0800)]
fix for solaris
neil [Sat, 29 Jul 2023 15:17:20 +0000 (23:17 +0800)]
fix for solaris
neil [Sat, 29 Jul 2023 14:32:30 +0000 (22:32 +0800)]
fix for solaris
Malte Rabenseifner [Sat, 29 Jul 2023 09:27:33 +0000 (11:27 +0200)]
Fix stuff from tests
ShellCheck tests have brought up a couple of issues, that I was not aware of needed to be taken care. This should fix the tests.
neil [Sat, 29 Jul 2023 08:45:49 +0000 (16:45 +0800)]
fix format
neil [Sat, 29 Jul 2023 07:32:50 +0000 (15:32 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3645
neil [Fri, 28 Jul 2023 02:41:56 +0000 (10:41 +0800)]
Merge pull request #4714 from hknet/master
Update dns_kappernet.sh
Harald Kapper [Thu, 27 Jul 2023 19:49:23 +0000 (21:49 +0200)]
Update dns_kappernet.sh
dns update waiting time is reduced now (new backend at kapper.net)
samuel [Wed, 26 Jul 2023 15:29:38 +0000 (10:29 -0500)]
Add DNSExit.com API support
Malte Rabenseifner [Wed, 26 Jul 2023 13:36:11 +0000 (15:36 +0200)]
Fix the API calls that get the list of domains that PLESK can manage
sg1888 [Fri, 21 Jul 2023 16:49:20 +0000 (16:49 +0000)]
Added help verbiage for --ecc flag
neil [Mon, 17 Jul 2023 01:56:58 +0000 (09:56 +0800)]
Merge pull request #4700 from szhu25/patch-1
Fix SES region variable
Steven Zhu [Fri, 14 Jul 2023 16:47:44 +0000 (12:47 -0400)]
Fix SES region variable
The last version do not save the SES region into the config file, breaking the notification hook.
neil [Mon, 10 Jul 2023 01:21:50 +0000 (09:21 +0800)]
Merge pull request #3208 from cusae/dev
Add BookMyName API support
Arnaud Launay [Sun, 9 Jul 2023 18:08:10 +0000 (20:08 +0200)]
Add BookMyName API support
Arnaud Launay [Sun, 9 Jul 2023 18:00:52 +0000 (20:00 +0200)]
Merge branch 'acmesh-official:dev' into dev
neil [Sat, 8 Jul 2023 06:11:51 +0000 (14:11 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4562#issuecomment-
1598731384
neil [Sat, 8 Jul 2023 05:49:18 +0000 (13:49 +0800)]
Merge pull request #4691 from acmesh-official/4442
4442
neil [Sat, 8 Jul 2023 04:51:56 +0000 (12:51 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4442
neil [Sat, 8 Jul 2023 04:37:01 +0000 (12:37 +0800)]
fix bug https://github.com/acmesh-official/acme.sh/issues/4442
neil [Sat, 8 Jul 2023 03:43:44 +0000 (11:43 +0800)]
Revert "fix format"
This reverts commit
09041fb81d3e6f8e931c97a9141f49d5fc3009dc .
Revert "fix https://github.com/acmesh-official/acme.sh/issues/4680"
This reverts commit
299a157409c7cd07228cbaf31ccfc0879dba8f44 .
neil [Sat, 8 Jul 2023 03:19:09 +0000 (11:19 +0800)]
fix format
neil [Sat, 8 Jul 2023 03:17:19 +0000 (11:17 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4680
zerossl returns retry-after header within "200 OK" code.
so we don't check the "503" code anymore.
neil [Sat, 8 Jul 2023 02:54:56 +0000 (10:54 +0800)]
Merge pull request #4646 from Eagle3386/patch-1
Remove external OTP dependency from deploy hook Synology_DSM.sh
neil [Sat, 8 Jul 2023 02:33:27 +0000 (10:33 +0800)]
Merge pull request #4687 from szhu25/ses-notifyhook
Notify hook: AWS SES
Steven Zhu [Wed, 5 Jul 2023 02:31:30 +0000 (22:31 -0400)]
Fix variable naming to make the access key and secret key consistent with Route53.
Steven Zhu [Wed, 5 Jul 2023 02:15:53 +0000 (22:15 -0400)]
Add newline at end of file to satisfy shfmt's "extra line" error
Steven Zhu [Wed, 5 Jul 2023 02:14:17 +0000 (22:14 -0400)]
Add newline at end of file to satisfy shfmt's "No newline at end of file" error
Steven Zhu [Wed, 5 Jul 2023 01:54:49 +0000 (21:54 -0400)]
Add initial AWS SES support
Copied most of the v4 api stuff from DNS_AWS hook (Thanks!)
New tokens added:
AWS_SES_ACCESS_KEY_ID
AWS_SES_SECRET_ACCESS_KEY
AWS_SES_REGION
AWS_SES_TO
AWS_SES_FROM
AWS_SES_FROM_NAME (Optional)
Martin Arndt [Tue, 4 Jul 2023 14:58:14 +0000 (16:58 +0200)]
Fix variable initialization
Martin Arndt [Tue, 4 Jul 2023 13:55:44 +0000 (15:55 +0200)]
Update synology_dsm.sh
Split "[ && ]" into "[ ] && [ ]" to make ShellCheck happy
Martin Arndt [Tue, 4 Jul 2023 13:47:19 +0000 (15:47 +0200)]
Re-add deprecated SYNO_TOTP_SECRET part for legacy compatibility
As requested in acmesh-official/acme.sh/pull/4646 by Neil Pang
Martin Arndt [Tue, 4 Jul 2023 12:57:19 +0000 (14:57 +0200)]
Merge branch 'acmesh-official:master' into patch-1
neil [Fri, 30 Jun 2023 03:10:23 +0000 (11:10 +0800)]
Merge pull request #4574 from systemcrash/patch-1
Spelling / grammar
neil [Sun, 11 Jun 2023 13:26:17 +0000 (21:26 +0800)]
Merge pull request #4412 from phedoreanu/bugfix/1984_hosting_csrftoken
dns_1984.hosting.sh: fix login with valid csrftoken
Adrian Fedoreanu [Sat, 26 Nov 2022 19:11:41 +0000 (20:11 +0100)]
dns_1984hosting.sh: fix login with valid csrftoken and sessionid
neil [Fri, 9 Jun 2023 17:16:57 +0000 (01:16 +0800)]
start 3.0.7
neil [Fri, 9 Jun 2023 13:09:23 +0000 (21:09 +0800)]
Merge pull request #4663 from acmesh-official/dev
sync
neil [Fri, 9 Jun 2023 12:41:24 +0000 (20:41 +0800)]
Merge pull request #4653 from stokito/dns_ovh_runabove
dns_ovh.sh Add ovh-us endpoint
neil [Fri, 9 Jun 2023 12:26:25 +0000 (20:26 +0800)]
Merge pull request #4658 from Justman10000/master
Update
neil [Fri, 9 Jun 2023 12:18:38 +0000 (20:18 +0800)]
remove all exec.
https://github.com/acmesh-official/acme.sh/issues/4659
neil [Fri, 9 Jun 2023 12:04:51 +0000 (20:04 +0800)]
Merge pull request #4661 from acmesh-official/dev
sync
neil [Fri, 9 Jun 2023 11:59:29 +0000 (19:59 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4659
Justin Nogossek [Wed, 7 Jun 2023 21:36:18 +0000 (23:36 +0200)]
Remove not anymore exists tutorials and websites
Justin Nogossek [Wed, 7 Jun 2023 21:35:47 +0000 (23:35 +0200)]
Update URL
Sergey Ponomarev [Mon, 5 Jun 2023 09:54:54 +0000 (12:54 +0300)]
dns_ovh.sh Add ovh-us endpoint
Remove discontinued runabove.com
If any new env will be added then a user may spe
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Martin Arndt [Sun, 28 May 2023 20:33:15 +0000 (22:33 +0200)]
Fix debug output of session ID
Martin Arndt [Sun, 28 May 2023 19:42:53 +0000 (21:42 +0200)]
Remove external OTP dependency from synology_dsm.sh
Also adapt to DSM 7's API improvements.
neil [Fri, 12 May 2023 01:42:52 +0000 (09:42 +0800)]
Merge pull request #4150 from defnull/patch-sectigo-wildcard
fix: Challenge not skipped for pre-validated wildcard domain orders
neil [Fri, 12 May 2023 01:26:58 +0000 (09:26 +0800)]
Merge pull request #4158 from lufi42/dev
Plesk XMLAPI Compatibility with all Plesk editions
neil [Fri, 12 May 2023 01:26:01 +0000 (09:26 +0800)]
Merge pull request #4629 from fichtner/dns_opnsense
dnsapi: fix OPNsense script to be compatible with upcoming 23.1.8
lufi42 [Tue, 9 May 2023 19:59:18 +0000 (21:59 +0200)]
Merge branch 'acmesh-official:dev' into dev
Franco Fichtner [Tue, 9 May 2023 06:44:18 +0000 (08:44 +0200)]
dnsapi: fix OPNsense script to be compatible with upcoming 23.1.8
The current script is already broken due to Bind 9.16 -> 9.18 changes
due to their renaming scheme for primary/secondary so do not rely on the
compat layer (which was also broken for other reasons).
neilpang [Sun, 23 Apr 2023 05:18:17 +0000 (13:18 +0800)]
minor
neilpang [Sun, 23 Apr 2023 05:16:12 +0000 (13:16 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4612#issuecomment-
1518929996
neil [Fri, 21 Apr 2023 12:21:30 +0000 (20:21 +0800)]
Merge pull request #4609 from acmesh-official/dev
sync
neilpang [Thu, 20 Apr 2023 10:11:55 +0000 (18:11 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4604
neilpang [Thu, 20 Apr 2023 10:07:59 +0000 (18:07 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4606
neil [Fri, 14 Apr 2023 05:48:52 +0000 (13:48 +0800)]
Merge pull request #4515 from HRHDaniel/domain_conf_debug
Domain conf debug
neil [Mon, 3 Apr 2023 03:06:22 +0000 (11:06 +0800)]
Merge pull request #4579 from daschr/dev
Prevent whitespace splitting
David Schramm [Sun, 2 Apr 2023 15:30:47 +0000 (17:30 +0200)]
prevent whitespace splitting
David Schramm [Sun, 2 Apr 2023 15:28:47 +0000 (17:28 +0200)]
merge upstream
neil [Sun, 2 Apr 2023 04:04:58 +0000 (12:04 +0800)]
fix https://github.com/acmesh-official/acme.sh/pull/4577
David Schramm [Sat, 1 Apr 2023 07:25:19 +0000 (09:25 +0200)]
prevent whitespace splitting
Paul Dee [Thu, 30 Mar 2023 23:13:41 +0000 (01:13 +0200)]
Spelling / grammar
neil [Thu, 30 Mar 2023 08:48:37 +0000 (16:48 +0800)]
Merge pull request #4540 from Hobby-Student/dev
[KAS] improve deletion of records
neil [Wed, 29 Mar 2023 06:39:32 +0000 (14:39 +0800)]
Merge pull request #4568 from imlonghao/patch-1
fix(cloudns): fix grep when TXT record start with hyphen symbol
imlonghao [Tue, 28 Mar 2023 14:34:04 +0000 (22:34 +0800)]
fix(cloudns): fix grep when record start with hyphen symbol
neil [Mon, 27 Mar 2023 01:16:00 +0000 (09:16 +0800)]
Merge pull request #4542 from alexleigh/master
Add support for Google Domains DNS API.
neilpang [Fri, 17 Mar 2023 09:21:10 +0000 (17:21 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4530#issuecomment-
1473395845
neil [Fri, 17 Mar 2023 09:16:55 +0000 (17:16 +0800)]
Merge pull request #4544 from NCDGHA/bugfix/issue_4543_fix_retry-after
Fix Retry-After handling
neil [Mon, 13 Mar 2023 01:15:53 +0000 (09:15 +0800)]
Merge pull request #4551 from acmesh-official/dev
sync
neil [Mon, 13 Mar 2023 01:14:32 +0000 (09:14 +0800)]
Merge pull request #4550 from eastonman/master
dnsapi(huaweicloud): fix DomainName not retreived properly
Easton Man [Sun, 12 Mar 2023 04:41:29 +0000 (12:41 +0800)]
fix: fix DomainName not retreived properly
Co-Authored-By: idawnlight <idawn@live.com>
neil [Fri, 10 Mar 2023 05:52:37 +0000 (13:52 +0800)]
Merge pull request #4547 from eastonman/master
dnsapi(huaweicloud): Add retry count to avoid infinite loop when things go wrong
Alex Leigh [Tue, 7 Mar 2023 10:31:27 +0000 (02:31 -0800)]
Add support for Google Domains DNS API.
https://domains.google/learn/gts-acme/
This is an ACME API for Google Domains customers, which is
different from the Google Cloud Domains API for Google Cloud
customers.
Markus Hoffrogge [Tue, 7 Mar 2023 12:22:46 +0000 (13:22 +0100)]
Fix Retry-After handling
- closes #4543
Easton Man [Tue, 7 Mar 2023 09:50:44 +0000 (17:50 +0800)]
fix: change some debug comments
Easton Man [Tue, 7 Mar 2023 03:30:32 +0000 (11:30 +0800)]
fix: fix typo
Easton Man [Tue, 7 Mar 2023 03:27:08 +0000 (11:27 +0800)]
fix: use update instead of remove then add
Easton Man [Tue, 7 Mar 2023 02:56:10 +0000 (10:56 +0800)]
fix: fix huaweicloud existing record 400
Easton Man [Tue, 7 Mar 2023 02:01:20 +0000 (10:01 +0800)]
fix: fix shfmt
Easton Man [Tue, 7 Mar 2023 01:57:39 +0000 (09:57 +0800)]
fix: fix shellcheck
Easton Man [Tue, 7 Mar 2023 01:48:13 +0000 (09:48 +0800)]
feat: add retry count for removing record set
This avoids infinite loop when something went wrong and throws a error
Hobby-Student [Mon, 6 Mar 2023 19:36:53 +0000 (20:36 +0100)]
added missing new line at EOF
Hobby-Student [Mon, 6 Mar 2023 19:18:15 +0000 (20:18 +0100)]
improve deletion of records
neil [Sat, 4 Mar 2023 13:26:18 +0000 (21:26 +0800)]
Merge pull request #4536 from acmesh-official/dev
sync
neil [Sat, 4 Mar 2023 13:23:31 +0000 (21:23 +0800)]
fix typo
neil [Sat, 4 Mar 2023 13:22:17 +0000 (21:22 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4535
neil [Thu, 2 Mar 2023 14:07:16 +0000 (22:07 +0800)]
Merge pull request #4532 from acmesh-official/dev
sync
neilpang [Thu, 2 Mar 2023 10:10:38 +0000 (18:10 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4530
neilpang [Thu, 2 Mar 2023 10:06:09 +0000 (18:06 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4530
neil [Thu, 2 Mar 2023 10:00:36 +0000 (18:00 +0800)]
Merge pull request #4531 from NCDGHA/bugfix/issue_4530_fix_http_status_503
Fix to handle LE overload status 503 appropriately
neil [Thu, 2 Mar 2023 01:40:47 +0000 (09:40 +0800)]
Merge pull request #4518 from AnTheMaker/nanelo_dns
Add Nanelo DNS support
Markus Hoffrogge [Wed, 1 Mar 2023 23:02:13 +0000 (00:02 +0100)]
Fix to handle LE overload status 503 appropriately
- LE HTTP response status 503 is not an error, it must be handled via sleep and retry
- s. https://community.letsencrypt.org/t/new-service-busy-responses-beginning-during-high-load/184174
fixes #4530
neil [Wed, 1 Mar 2023 02:28:18 +0000 (10:28 +0800)]
Merge pull request #4528 from chris03/bugfix/replace-expr
SMTP notify: Use grep -E instead of expr