]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
9 months agofix format
neil [Sat, 29 Jul 2023 08:45:49 +0000 (16:45 +0800)]
fix format

9 months agofix https://github.com/acmesh-official/acme.sh/issues/3645
neil [Sat, 29 Jul 2023 07:32:50 +0000 (15:32 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3645

9 months agoMerge pull request #4714 from hknet/master
neil [Fri, 28 Jul 2023 02:41:56 +0000 (10:41 +0800)]
Merge pull request #4714 from hknet/master

Update dns_kappernet.sh

9 months agoUpdate 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)

10 months agoMerge pull request #4700 from szhu25/patch-1
neil [Mon, 17 Jul 2023 01:56:58 +0000 (09:56 +0800)]
Merge pull request #4700 from szhu25/patch-1

Fix SES region variable

10 months agoFix 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.

10 months agoMerge pull request #3208 from cusae/dev
neil [Mon, 10 Jul 2023 01:21:50 +0000 (09:21 +0800)]
Merge pull request #3208 from cusae/dev

Add BookMyName API support

10 months agoAdd BookMyName API support
Arnaud Launay [Sun, 9 Jul 2023 18:08:10 +0000 (20:08 +0200)]
Add BookMyName API support

10 months agoMerge branch 'acmesh-official:dev' into dev
Arnaud Launay [Sun, 9 Jul 2023 18:00:52 +0000 (20:00 +0200)]
Merge branch 'acmesh-official:dev' into dev

10 months agofix https://github.com/acmesh-official/acme.sh/issues/4562#issuecomment-1598731384
neil [Sat, 8 Jul 2023 06:11:51 +0000 (14:11 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4562#issuecomment-1598731384

10 months agoMerge pull request #4691 from acmesh-official/4442
neil [Sat, 8 Jul 2023 05:49:18 +0000 (13:49 +0800)]
Merge pull request #4691 from acmesh-official/4442

4442

10 months agofix https://github.com/acmesh-official/acme.sh/issues/4442
neil [Sat, 8 Jul 2023 04:51:56 +0000 (12:51 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4442

10 months agofix bug 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

10 months agoRevert "fix format"
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.

10 months agofix format
neil [Sat, 8 Jul 2023 03:19:09 +0000 (11:19 +0800)]
fix format

10 months agofix https://github.com/acmesh-official/acme.sh/issues/4680
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.

10 months agoMerge pull request #4646 from Eagle3386/patch-1
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

10 months agoMerge pull request #4687 from szhu25/ses-notifyhook
neil [Sat, 8 Jul 2023 02:33:27 +0000 (10:33 +0800)]
Merge pull request #4687 from szhu25/ses-notifyhook

Notify hook: AWS SES

10 months agoFix variable naming to make the access key and secret key consistent with Route53.
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.

10 months agoAdd newline at end of file to satisfy shfmt's "extra line" error
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

10 months agoAdd newline at end of file to satisfy shfmt's "No newline at end of file" 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

10 months agoAdd initial AWS SES support
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)

10 months agoFix variable initialization
Martin Arndt [Tue, 4 Jul 2023 14:58:14 +0000 (16:58 +0200)]
Fix variable initialization

10 months agoUpdate synology_dsm.sh
Martin Arndt [Tue, 4 Jul 2023 13:55:44 +0000 (15:55 +0200)]
Update synology_dsm.sh

Split "[ && ]" into "[ ] && [ ]" to make ShellCheck happy

10 months agoRe-add deprecated SYNO_TOTP_SECRET part for legacy compatibility
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

10 months agoMerge branch 'acmesh-official:master' into patch-1
Martin Arndt [Tue, 4 Jul 2023 12:57:19 +0000 (14:57 +0200)]
Merge branch 'acmesh-official:master' into patch-1

10 months agoMerge pull request #4574 from systemcrash/patch-1
neil [Fri, 30 Jun 2023 03:10:23 +0000 (11:10 +0800)]
Merge pull request #4574 from systemcrash/patch-1

Spelling / grammar

11 months agoMerge pull request #4412 from phedoreanu/bugfix/1984_hosting_csrftoken
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

11 months agodns_1984hosting.sh: fix login with valid csrftoken and sessionid
Adrian Fedoreanu [Sat, 26 Nov 2022 19:11:41 +0000 (20:11 +0100)]
dns_1984hosting.sh: fix login with valid csrftoken and sessionid

11 months agostart 3.0.7
neil [Fri, 9 Jun 2023 17:16:57 +0000 (01:16 +0800)]
start 3.0.7

11 months agoMerge pull request #4663 from acmesh-official/dev 3.0.6
neil [Fri, 9 Jun 2023 13:09:23 +0000 (21:09 +0800)]
Merge pull request #4663 from acmesh-official/dev

sync

11 months agoMerge pull request #4653 from stokito/dns_ovh_runabove
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

11 months agoMerge pull request #4658 from Justman10000/master
neil [Fri, 9 Jun 2023 12:26:25 +0000 (20:26 +0800)]
Merge pull request #4658 from Justman10000/master

Update

11 months agoremove all exec.
neil [Fri, 9 Jun 2023 12:18:38 +0000 (20:18 +0800)]
remove all exec.
https://github.com/acmesh-official/acme.sh/issues/4659

11 months agoMerge pull request #4661 from acmesh-official/dev
neil [Fri, 9 Jun 2023 12:04:51 +0000 (20:04 +0800)]
Merge pull request #4661 from acmesh-official/dev

sync

11 months agofix https://github.com/acmesh-official/acme.sh/issues/4659
neil [Fri, 9 Jun 2023 11:59:29 +0000 (19:59 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4659

11 months agoRemove not anymore exists tutorials and websites
Justin Nogossek [Wed, 7 Jun 2023 21:36:18 +0000 (23:36 +0200)]
Remove not anymore exists tutorials and websites

11 months agoUpdate URL
Justin Nogossek [Wed, 7 Jun 2023 21:35:47 +0000 (23:35 +0200)]
Update URL

11 months agodns_ovh.sh Add ovh-us endpoint
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>
11 months agoFix debug output of session ID
Martin Arndt [Sun, 28 May 2023 20:33:15 +0000 (22:33 +0200)]
Fix debug output of session ID

11 months agoRemove external OTP dependency from synology_dsm.sh
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.

12 months agoMerge pull request #4150 from defnull/patch-sectigo-wildcard
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

12 months agoMerge pull request #4158 from lufi42/dev
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

12 months agoMerge pull request #4629 from fichtner/dns_opnsense
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

12 months agoMerge branch 'acmesh-official:dev' into dev
lufi42 [Tue, 9 May 2023 19:59:18 +0000 (21:59 +0200)]
Merge branch 'acmesh-official:dev' into dev

12 months agodnsapi: fix OPNsense script to be compatible with upcoming 23.1.8
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).

12 months agominor
neilpang [Sun, 23 Apr 2023 05:18:17 +0000 (13:18 +0800)]
minor

12 months agofix https://github.com/acmesh-official/acme.sh/issues/4612#issuecomment-1518929996
neilpang [Sun, 23 Apr 2023 05:16:12 +0000 (13:16 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4612#issuecomment-1518929996

12 months agoMerge pull request #4609 from acmesh-official/dev
neil [Fri, 21 Apr 2023 12:21:30 +0000 (20:21 +0800)]
Merge pull request #4609 from acmesh-official/dev

sync

12 months agofix https://github.com/acmesh-official/acme.sh/issues/4604
neilpang [Thu, 20 Apr 2023 10:11:55 +0000 (18:11 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4604

12 months agofix https://github.com/acmesh-official/acme.sh/issues/4606
neilpang [Thu, 20 Apr 2023 10:07:59 +0000 (18:07 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4606

13 months agoMerge pull request #4515 from HRHDaniel/domain_conf_debug
neil [Fri, 14 Apr 2023 05:48:52 +0000 (13:48 +0800)]
Merge pull request #4515 from HRHDaniel/domain_conf_debug

Domain conf debug

13 months agoMerge pull request #4579 from daschr/dev
neil [Mon, 3 Apr 2023 03:06:22 +0000 (11:06 +0800)]
Merge pull request #4579 from daschr/dev

Prevent whitespace splitting

13 months agoprevent whitespace splitting
David Schramm [Sun, 2 Apr 2023 15:30:47 +0000 (17:30 +0200)]
prevent whitespace splitting

13 months agomerge upstream
David Schramm [Sun, 2 Apr 2023 15:28:47 +0000 (17:28 +0200)]
merge upstream

13 months agofix https://github.com/acmesh-official/acme.sh/pull/4577
neil [Sun, 2 Apr 2023 04:04:58 +0000 (12:04 +0800)]
fix https://github.com/acmesh-official/acme.sh/pull/4577

13 months agoprevent whitespace splitting
David Schramm [Sat, 1 Apr 2023 07:25:19 +0000 (09:25 +0200)]
prevent whitespace splitting

13 months agoSpelling / grammar
Paul Dee [Thu, 30 Mar 2023 23:13:41 +0000 (01:13 +0200)]
Spelling / grammar

13 months agoMerge pull request #4540 from Hobby-Student/dev
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

13 months agoMerge pull request #4568 from imlonghao/patch-1
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

13 months agofix(cloudns): fix grep when 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

13 months agoMerge pull request #4542 from alexleigh/master
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.

14 months agofix https://github.com/acmesh-official/acme.sh/issues/4530#issuecomment-1473395845
neilpang [Fri, 17 Mar 2023 09:21:10 +0000 (17:21 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4530#issuecomment-1473395845

14 months agoMerge pull request #4544 from NCDGHA/bugfix/issue_4543_fix_retry-after
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

14 months agoMerge pull request #4551 from acmesh-official/dev
neil [Mon, 13 Mar 2023 01:15:53 +0000 (09:15 +0800)]
Merge pull request #4551 from acmesh-official/dev

sync

14 months agoMerge pull request #4550 from eastonman/master
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

14 months agofix: 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>
14 months agoMerge pull request #4547 from eastonman/master
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

14 months agoAdd support for Google Domains DNS API.
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.

14 months agoFix Retry-After handling
Markus Hoffrogge [Tue, 7 Mar 2023 12:22:46 +0000 (13:22 +0100)]
Fix Retry-After handling

- closes #4543

14 months agofix: change some debug comments
Easton Man [Tue, 7 Mar 2023 09:50:44 +0000 (17:50 +0800)]
fix: change some debug comments

14 months agofix: fix typo
Easton Man [Tue, 7 Mar 2023 03:30:32 +0000 (11:30 +0800)]
fix: fix typo

14 months agofix: use update instead of remove then add
Easton Man [Tue, 7 Mar 2023 03:27:08 +0000 (11:27 +0800)]
fix: use update instead of remove then add

14 months agofix: fix huaweicloud existing record 400
Easton Man [Tue, 7 Mar 2023 02:56:10 +0000 (10:56 +0800)]
fix: fix huaweicloud existing record 400

14 months agofix: fix shfmt
Easton Man [Tue, 7 Mar 2023 02:01:20 +0000 (10:01 +0800)]
fix: fix shfmt

14 months agofix: fix shellcheck
Easton Man [Tue, 7 Mar 2023 01:57:39 +0000 (09:57 +0800)]
fix: fix shellcheck

14 months agofeat: add retry count for removing record set
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

14 months agoadded missing new line at EOF
Hobby-Student [Mon, 6 Mar 2023 19:36:53 +0000 (20:36 +0100)]
added missing new line at EOF

14 months agoimprove deletion of records
Hobby-Student [Mon, 6 Mar 2023 19:18:15 +0000 (20:18 +0100)]
improve deletion of records

14 months agoMerge pull request #4536 from acmesh-official/dev
neil [Sat, 4 Mar 2023 13:26:18 +0000 (21:26 +0800)]
Merge pull request #4536 from acmesh-official/dev

sync

14 months agofix typo
neil [Sat, 4 Mar 2023 13:23:31 +0000 (21:23 +0800)]
fix typo

14 months agofix https://github.com/acmesh-official/acme.sh/issues/4535
neil [Sat, 4 Mar 2023 13:22:17 +0000 (21:22 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4535

14 months agoMerge pull request #4532 from acmesh-official/dev
neil [Thu, 2 Mar 2023 14:07:16 +0000 (22:07 +0800)]
Merge pull request #4532 from acmesh-official/dev

sync

14 months agofix https://github.com/acmesh-official/acme.sh/issues/4530
neilpang [Thu, 2 Mar 2023 10:10:38 +0000 (18:10 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4530

14 months agofix 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

14 months agoMerge pull request #4531 from NCDGHA/bugfix/issue_4530_fix_http_status_503
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

14 months agoMerge pull request #4518 from AnTheMaker/nanelo_dns
neil [Thu, 2 Mar 2023 01:40:47 +0000 (09:40 +0800)]
Merge pull request #4518 from AnTheMaker/nanelo_dns

Add Nanelo DNS support

14 months agoFix to handle LE overload status 503 appropriately
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

14 months agoMerge pull request #4528 from chris03/bugfix/replace-expr
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

14 months agoUse grep -E instead of expr
Chris [Wed, 1 Mar 2023 02:08:15 +0000 (21:08 -0500)]
Use grep -E instead of expr

expr was printing  `expr: warning: '^.*[<>"]': using '^' as the first character of a basic regular expression is not portable;`

14 months agoMerge pull request #4420 from romanlum/dev
neil [Tue, 28 Feb 2023 09:38:16 +0000 (17:38 +0800)]
Merge pull request #4420 from romanlum/dev

Added dns provider for ipv64.net

14 months agofix quote
Roman Lumetsberger [Sat, 25 Feb 2023 11:22:27 +0000 (11:22 +0000)]
fix quote

14 months agouse _lower_case function
Roman Lumetsberger [Sat, 25 Feb 2023 11:18:33 +0000 (11:18 +0000)]
use _lower_case function

14 months agoreduce nanelo dns ttl
An | Anton Röhm [Thu, 23 Feb 2023 23:13:21 +0000 (00:13 +0100)]
reduce nanelo dns ttl

14 months agoimprove output
An | Anton Röhm [Thu, 23 Feb 2023 23:01:39 +0000 (00:01 +0100)]
improve output

14 months agoCreate first version of Nanelo DNS API integration
An | Anton Röhm [Thu, 23 Feb 2023 22:29:46 +0000 (23:29 +0100)]
Create first version of Nanelo DNS API integration

[create dnsapi/dns_nanelo.sh]

14 months agoadd additional debug statement for DOMAIN_CONF
dharp [Tue, 21 Feb 2023 16:19:07 +0000 (10:19 -0600)]
add additional debug statement for DOMAIN_CONF

15 months agoMerge pull request #4489 from acmesh-official/dev
neil [Sat, 4 Feb 2023 12:08:11 +0000 (20:08 +0800)]
Merge pull request #4489 from acmesh-official/dev

sync

15 months agoMerge pull request #4266 from skyksandr/master
neil [Fri, 3 Feb 2023 08:49:26 +0000 (16:49 +0800)]
Merge pull request #4266 from skyksandr/master

Vultr DNS: fix "grep: repetition-operator operand invalid" on FreeBSD

15 months agoVultr DNS: fix "grep: repetition-operator operand invalid" on FreeBSD
Aleksandr Kunin [Wed, 24 Aug 2022 01:41:54 +0000 (08:41 +0700)]
Vultr DNS: fix "grep: repetition-operator operand invalid" on FreeBSD