]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
8 months agofix ci errors (shellcheck & shfmt)
Julien Furgerot [Tue, 12 Sep 2023 13:54:44 +0000 (15:54 +0200)]
fix ci errors (shellcheck & shfmt)

8 months agodns_gandi: implements personal access token in addition to the (deprecated) API key
Julien Furgerot [Mon, 11 Sep 2023 13:05:12 +0000 (15:05 +0200)]
dns_gandi: implements personal access token in addition to the (deprecated) API key

8 months agoMerge pull request #4780 from acmesh-official/dev
neil [Sat, 2 Sep 2023 11:08:54 +0000 (19:08 +0800)]
Merge pull request #4780 from acmesh-official/dev

sync

8 months agoMerge pull request #4779 from KincaidYang/master
neil [Sat, 2 Sep 2023 10:43:53 +0000 (18:43 +0800)]
Merge pull request #4779 from KincaidYang/master

8 months agofix for nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
KincaidYang [Sat, 2 Sep 2023 10:38:51 +0000 (18:38 +0800)]
fix for nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation

In #4776, I mistakenly added libnghttp2 to NetBSD, now for correction.

8 months agofix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_…
KincaidYang [Sat, 2 Sep 2023 10:23:14 +0000 (18:23 +0800)]
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_…

In #4776, I mistakenly added libnghttp2 to NetBsd, and now it has been corrected and added to OpenBsd

8 months agoadd more debug code https://github.com/acmesh-official/acme.sh/issues/4768
neil [Sat, 2 Sep 2023 09:27:21 +0000 (17:27 +0800)]
add more debug code https://github.com/acmesh-official/acme.sh/issues/4768

8 months agochange default log level to 2
neil [Sat, 2 Sep 2023 09:18:12 +0000 (17:18 +0800)]
change default log level to 2

8 months agochange the default debug level to 2.
neil [Sat, 2 Sep 2023 09:15:17 +0000 (17:15 +0800)]
change the default debug level to 2.

8 months agoMerge pull request #4777 from acmesh-official/dev
neil [Sat, 2 Sep 2023 09:09:45 +0000 (17:09 +0800)]
Merge pull request #4777 from acmesh-official/dev

sync

8 months agoMerge pull request #4749 from Nirzak/Nirzak-patch-1
neil [Sat, 2 Sep 2023 07:45:30 +0000 (15:45 +0800)]
Merge pull request #4749 from Nirzak/Nirzak-patch-1

Fixed grep pattern regex for nginx conf path

8 months agofix https://github.com/acmesh-official/acme.sh/issues/4746
neil [Sat, 2 Sep 2023 07:44:45 +0000 (15:44 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/4746

8 months agoremove
neil [Sat, 2 Sep 2023 07:32:12 +0000 (15:32 +0800)]
remove

8 months agoMerge pull request #4764 from sebastianas/inwx
neil [Sat, 2 Sep 2023 07:36:43 +0000 (15:36 +0800)]
Merge pull request #4764 from sebastianas/inwx

inwx: Be case insensitive while searching for the cookie.

8 months agoMerge pull request #4776 from KincaidYang/master
neil [Sat, 2 Sep 2023 07:27:15 +0000 (15:27 +0800)]
Merge pull request #4776 from KincaidYang/master

fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_…

8 months agoDelete dnsapi/dns_tencent.sh
KincaidYang [Sat, 2 Sep 2023 07:13:37 +0000 (15:13 +0800)]
Delete dnsapi/dns_tencent.sh

8 months agoAdd dns_tencent.sh
KincaidYang [Sat, 2 Sep 2023 06:49:43 +0000 (14:49 +0800)]
Add dns_tencent.sh

Adapt to Tencent Cloud (DNSPod) API 3.0

8 months agofix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
KincaidYang [Sat, 2 Sep 2023 06:31:17 +0000 (14:31 +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
https://github.com/acmesh-official/acme.sh/commit/b6f62ac446ab9ff78f4a90c4330dc314678545c9
https://github.com/acmesh-official/acme.sh/issues/4775

8 months agoinwx: Be case insensitive while searching for the cookie.
Sebastian Andrzej Siewior [Mon, 28 Aug 2023 13:30:26 +0000 (15:30 +0200)]
inwx: Be case insensitive while searching for the cookie.

At least since 2023-08-25 the cookie is set via `set-cookie' instead the
expecting `Set-Cookie' string. A month earlier it was working.

Ignore the case while matching the cookie.

Fixes: #4763
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
8 months agoMerge pull request #4755 from glocknerc/master-1
neil [Thu, 24 Aug 2023 01:19:57 +0000 (09:19 +0800)]
Merge pull request #4755 from glocknerc/master-1

Master 1

8 months agoChange grep to be case-insensitive when looking for Set-Cookie header since INWX...
glocknerc [Wed, 23 Aug 2023 12:07:07 +0000 (14:07 +0200)]
Change grep to be case-insensitive when looking for Set-Cookie header since INWX change casing to lowercase

9 months agofixed regex for nginx conf path
Nirjas Jakilim [Mon, 21 Aug 2023 06:28:50 +0000 (12:28 +0600)]
fixed regex for nginx conf path

Fixed the regex for nginx path configuration to fix grep: unrecognized option error

9 months agoMerge pull request #4745 from vitoyucepi/help_punctuation
neil [Mon, 21 Aug 2023 01:08:48 +0000 (09:08 +0800)]
Merge pull request #4745 from vitoyucepi/help_punctuation

Remove punctuation symbol

9 months agoRemove excessive full stop from help
Vito [Sun, 20 Aug 2023 17:05:45 +0000 (20:05 +0300)]
Remove excessive full stop from help

9 months agoMerge pull request #4575 from sg1888/panos-ecc-fix
neil [Sun, 30 Jul 2023 13:45:50 +0000 (21:45 +0800)]
Merge pull request #4575 from sg1888/panos-ecc-fix

Added functionality for Palo Alto Firewall deployments (PANOS)

9 months agoMerge pull request #4708 from sg1888/verbiage
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

9 months agoMerge pull request #4710 from zearan/patch-1
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

9 months agoMerge pull request #4712 from samuel-jimenez/dev
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

9 months agoMerge pull request #4720 from acmesh-official/dev
neil [Sun, 30 Jul 2023 03:22:51 +0000 (11:22 +0800)]
Merge pull request #4720 from acmesh-official/dev

sync

9 months agofix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
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

9 months agofix for solaris
neil [Sat, 29 Jul 2023 15:30:44 +0000 (23:30 +0800)]
fix for solaris

9 months agofix for solaris
neil [Sat, 29 Jul 2023 15:17:20 +0000 (23:17 +0800)]
fix for solaris

9 months agofix for solaris
neil [Sat, 29 Jul 2023 14:32:30 +0000 (22:32 +0800)]
fix for solaris

9 months agoFix stuff from tests
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.

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)

9 months agoAdd DNSExit.com API support
samuel [Wed, 26 Jul 2023 15:29:38 +0000 (10:29 -0500)]
Add DNSExit.com API support

9 months agoFix the API calls that get the list of domains that PLESK can manage
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

10 months agoAdded help verbiage for --ecc flag
sg1888 [Fri, 21 Jul 2023 16:49:20 +0000 (16:49 +0000)]
Added help verbiage for --ecc flag

10 months agoShell formatting
sg1888 [Tue, 18 Jul 2023 20:18:12 +0000 (20:18 +0000)]
Shell formatting

10 months agoRemoved unused variable
sg1888 [Tue, 18 Jul 2023 20:15:46 +0000 (20:15 +0000)]
Removed unused variable

10 months agoFixed shell check errors
sg1888 [Tue, 18 Jul 2023 20:10:31 +0000 (20:10 +0000)]
Fixed shell check errors

10 months agoRemoved ability to specify API key to facilitate future multiple host functionality.
sg1888 [Tue, 18 Jul 2023 19:43:47 +0000 (19:43 +0000)]
Removed ability to specify API key to facilitate future multiple host functionality.

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 remote-tracking branch 'upstream/dev' into panos-ecc-fix
sg1888 [Wed, 12 Jul 2023 00:22:03 +0000 (00:22 +0000)]
Merge remote-tracking branch 'upstream/dev' into panos-ecc-fix

10 months agoModified ECC file test
sg1888 [Wed, 12 Jul 2023 00:03:21 +0000 (00:03 +0000)]
Modified ECC file test

10 months agoIncorporated partial commit to address issue #4198
sg1888 [Tue, 11 Jul 2023 23:56:41 +0000 (23:56 +0000)]
Incorporated partial commit to address issue #4198

10 months agoExcluded scopes for api key test
sg1888 [Tue, 11 Jul 2023 23:41:24 +0000 (23:41 +0000)]
Excluded scopes for api key test

10 months agoMerge remote-tracking branch 'upstream/master' into panos-ecc-fix
sg1888 [Tue, 11 Jul 2023 20:25:43 +0000 (20:25 +0000)]
Merge remote-tracking branch 'upstream/master' into panos-ecc-fix

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.

11 months agoModified keytest to perform a partial empty commit
sg1888 [Wed, 24 May 2023 18:51:57 +0000 (18:51 +0000)]
Modified keytest to perform a partial empty commit

12 months agoAdded ability to force commit to firewall. Username is now also mandatory
sg1888 [Wed, 17 May 2023 20:06:06 +0000 (20:06 +0000)]
Added ability to force commit to firewall.  Username is now also mandatory

12 months agoFixed typo
sg1888 [Mon, 15 May 2023 01:46:21 +0000 (01:46 +0000)]
Fixed typo

12 months agoCleaned up verbiage. Added ability to store / update user variable. Added ability...
sg1888 [Mon, 15 May 2023 01:43:54 +0000 (01:43 +0000)]
Cleaned up verbiage.  Added ability to store / update user variable.  Added ability to use user/pass OR key

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 agoFixes for POSIX sh shell
sg1888 [Mon, 24 Apr 2023 18:45:50 +0000 (18:45 +0000)]
Fixes for POSIX sh shell

12 months agoMerge remote-tracking branch 'upstream/master' into panos-ecc-fix
sg1888 [Mon, 24 Apr 2023 17:02:48 +0000 (17:02 +0000)]
Merge remote-tracking branch 'upstream/master' into panos-ecc-fix

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