Commit Graph

5301 Commits (27b1dd04c4d240d368d79216e84debbaeed813ae)

Author SHA1 Message Date
LJea 27b1dd04c4
improve the compatibility
Fixed an issue where some embedded devices could not obtain nanoseconds resulting in abnormal parameter coding
2023-09-03 01:02:16 +09:00
neil b8447fcab8
Merge pull request #4780 from acmesh-official/dev
sync
2023-09-02 19:08:54 +08:00
neil f4ff2d5d2e
Merge pull request #4779 from KincaidYang/master 2023-09-02 18:43:53 +08:00
KincaidYang 09b41aa667
fix for nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
In #4776, I mistakenly added libnghttp2 to NetBSD, now for correction.
2023-09-02 18:38:51 +08:00
KincaidYang 87dc4fe388
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
2023-09-02 18:23:14 +08:00
neil eed8a7f078 add more debug code https://github.com/acmesh-official/acme.sh/issues/4768 2023-09-02 17:27:21 +08:00
neil c18364c755 change default log level to 2 2023-09-02 17:18:12 +08:00
neil 04946e992e change the default debug level to 2. 2023-09-02 17:15:17 +08:00
neil 5533782152
Merge pull request #4777 from acmesh-official/dev
sync
2023-09-02 17:09:45 +08:00
neil 3f42487f0a
Merge pull request #4749 from Nirzak/Nirzak-patch-1
Fixed grep pattern regex for nginx conf path
2023-09-02 15:45:30 +08:00
neil 8bdcd22486 fix https://github.com/acmesh-official/acme.sh/issues/4746 2023-09-02 15:45:07 +08:00
neil b32d22731b remove 2023-09-02 15:45:06 +08:00
neil b788cc24d1
Merge pull request #4764 from sebastianas/inwx
inwx: Be case insensitive while searching for the cookie.
2023-09-02 15:36:43 +08:00
neil 94948f6d34
Merge pull request #4776 from KincaidYang/master
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_…
2023-09-02 15:27:15 +08:00
KincaidYang e5b76ed4c4
Delete dnsapi/dns_tencent.sh 2023-09-02 15:13:37 +08:00
KincaidYang 29a2920a2c
Add dns_tencent.sh
Adapt to Tencent Cloud (DNSPod) API 3.0
2023-09-02 14:49:43 +08:00
KincaidYang 089d35708b
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
see
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/2018342
b6f62ac446
https://github.com/acmesh-official/acme.sh/issues/4775
2023-09-02 14:31:17 +08:00
Sebastian Andrzej Siewior 9b0b5bce9f 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>
2023-08-28 21:33:54 +02:00
neil 3039e4eb6d
Merge pull request #4755 from glocknerc/master-1
Master 1
2023-08-24 09:19:57 +08:00
glocknerc 9143cd1485
Change grep to be case-insensitive when looking for Set-Cookie header since INWX change casing to lowercase 2023-08-23 14:07:07 +02:00
Nirjas Jakilim 13d31ecb7f
fixed regex for nginx conf path
Fixed the regex for nginx path configuration to fix grep: unrecognized option error
2023-08-21 12:28:50 +06:00
neil a936b2f1f6
Merge pull request #4745 from vitoyucepi/help_punctuation
Remove punctuation symbol
2023-08-21 09:08:48 +08:00
Vito 8d00f489cd Remove excessive full stop from help 2023-08-20 17:11:14 +00:00
neil 56cf93dff2
Merge pull request #4575 from sg1888/panos-ecc-fix
Added functionality for Palo Alto Firewall deployments (PANOS)
2023-07-30 21:45:50 +08:00
neil 67d84cadad
Merge pull request #4708 from sg1888/verbiage
Fixed help verbiage to reflect capabilities of --ecc flag
2023-07-30 21:30:49 +08:00
neil b384a24c0e
Merge pull request #4710 from zearan/patch-1
Fix the API calls that get the list of domains that PLESK can manage
2023-07-30 21:19:23 +08:00
neil dcf3d7234e
Merge pull request #4712 from samuel-jimenez/dev
Add DNSExit.com API support
2023-07-30 11:32:03 +08:00
neil 0da839cce3
Merge pull request #4720 from acmesh-official/dev
sync
2023-07-30 11:22:51 +08:00
neil b6f62ac446 fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
see https://bugs.launchpad.net/ubuntu/+source/curl/+bug/2018342
2023-07-30 10:58:22 +08:00
neil 15ee036db1 fix for solaris 2023-07-29 23:30:44 +08:00
neil 6db8ae451a fix for solaris 2023-07-29 23:17:20 +08:00
neil a7f3d413ef fix for solaris 2023-07-29 22:32:30 +08:00
Malte Rabenseifner 3b7be478aa
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.
2023-07-29 11:27:33 +02:00
neil 7f39cdc856 fix format 2023-07-29 16:45:49 +08:00
neil a51025fe8f fix https://github.com/acmesh-official/acme.sh/issues/3645 2023-07-29 15:32:50 +08:00
neil c42ed9c693
Merge pull request #4714 from hknet/master
Update dns_kappernet.sh
2023-07-28 10:41:56 +08:00
Harald Kapper c48c8d07de
Update dns_kappernet.sh
dns update waiting time is reduced now (new backend at kapper.net)
2023-07-27 21:49:23 +02:00
samuel 4d4b6edbc2 Add DNSExit.com API support 2023-07-26 10:40:44 -05:00
Malte Rabenseifner 2014ca9feb
Fix the API calls that get the list of domains that PLESK can manage 2023-07-26 15:36:11 +02:00
sg1888 a9f631f404 Added help verbiage for --ecc flag 2023-07-21 16:49:20 +00:00
sg1888 1984f44ffe Shell formatting 2023-07-18 20:18:12 +00:00
sg1888 02de281e40 Removed unused variable 2023-07-18 20:15:46 +00:00
sg1888 ae035deb92 Fixed shell check errors 2023-07-18 20:10:31 +00:00
sg1888 edd1b60c3d Removed ability to specify API key to facilitate future multiple host functionality. 2023-07-18 19:43:47 +00:00
neil 55a3709bd1
Merge pull request #4700 from szhu25/patch-1
Fix SES region variable
2023-07-17 09:56:58 +08:00
Steven Zhu dd958872a8
Fix SES region variable
The last version do not save the SES region into the config file, breaking the notification hook.
2023-07-14 12:47:44 -04:00
sg1888 62a2ce1d35 Merge remote-tracking branch 'upstream/dev' into panos-ecc-fix 2023-07-12 00:22:03 +00:00
sg1888 b556908cab Modified ECC file test 2023-07-12 00:03:21 +00:00
sg1888 e69a19db5c Incorporated partial commit to address issue #4198 2023-07-11 23:56:41 +00:00
sg1888 d86414febb Excluded scopes for api key test 2023-07-11 23:41:24 +00:00