]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
12 months agoReplace some functions.
KincaidYang [Sun, 3 Sep 2023 13:21:05 +0000 (21:21 +0800)]
Replace some functions.

12 months agoFollowing Neilpang's suggestions and project standards, replace some functions.
KincaidYang [Sat, 2 Sep 2023 17:31:57 +0000 (01:31 +0800)]
Following Neilpang's suggestions and project standards, replace some functions.

12 months agoAdd dns_tencent.sh
KincaidYang [Sat, 2 Sep 2023 10:47:59 +0000 (18:47 +0800)]
Add dns_tencent.sh

Adapt to Tencent Cloud (DNSPod) API 3.0

12 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

12 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.

12 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

12 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

12 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

12 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.

12 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

12 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

12 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

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

12 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.

12 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_…

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

12 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

12 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

12 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>
12 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

12 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

13 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

13 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

13 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

13 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)

13 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

13 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

13 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

13 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

13 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

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

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

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

13 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.

13 months agofix format
neil [Sat, 29 Jul 2023 08:45:49 +0000 (16:45 +0800)]
fix format

13 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

13 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

13 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)

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

13 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

14 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

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

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

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

14 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.

14 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

14 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.

14 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

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

14 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

14 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

14 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

14 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

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

14 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

14 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

14 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

14 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

14 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

14 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.

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

14 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.

14 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

14 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

14 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.

14 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

14 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

14 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)

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

14 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

14 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

14 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

14 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

15 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

15 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

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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

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

15 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>
15 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

15 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.

15 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

16 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

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

16 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

16 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

16 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

16 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

16 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

16 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).

16 months agoFixes for POSIX sh shell
sg1888 [Mon, 24 Apr 2023 18:45:50 +0000 (18:45 +0000)]
Fixes for POSIX sh shell

16 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

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

16 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