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.
1 year ago
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
1 year ago
neil
eed8a7f078
add more debug code https://github.com/acmesh-official/acme.sh/issues/4768
1 year ago
neil
c18364c755
change default log level to 2
1 year ago
neil
04946e992e
change the default debug level to 2.
1 year ago
neil
5533782152
Merge pull request #4777 from acmesh-official/dev
sync
1 year ago
neil
3f42487f0a
Merge pull request #4749 from Nirzak/Nirzak-patch-1
Fixed grep pattern regex for nginx conf path
1 year ago
neil
8bdcd22486
fix https://github.com/acmesh-official/acme.sh/issues/4746
1 year ago
neil
b32d22731b
remove
1 year ago
neil
b788cc24d1
Merge pull request #4764 from sebastianas/inwx
inwx: Be case insensitive while searching for the cookie.
1 year ago
neil
94948f6d34
Merge pull request #4776 from KincaidYang/master
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_…
1 year ago
KincaidYang
e5b76ed4c4
Delete dnsapi/dns_tencent.sh
1 year ago
KincaidYang
29a2920a2c
Add dns_tencent.sh
Adapt to Tencent Cloud (DNSPod) API 3.0
1 year ago
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
1 year ago
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>
1 year ago
laraveluser
ef20a0128f
Add support for Lima-City
1 year ago
neil
3039e4eb6d
Merge pull request #4755 from glocknerc/master-1
Master 1
1 year ago
glocknerc
9143cd1485
Change grep to be case-insensitive when looking for Set-Cookie header since INWX change casing to lowercase
1 year ago
Nirjas Jakilim
13d31ecb7f
fixed regex for nginx conf path
Fixed the regex for nginx path configuration to fix grep: unrecognized option error
1 year ago
neil
a936b2f1f6
Merge pull request #4745 from vitoyucepi/help_punctuation
Remove punctuation symbol
1 year ago
Vito
8d00f489cd
Remove excessive full stop from help
1 year ago
Martin Arndt
b793dbf977
Fix device ID property name for DSM 6
1 year ago
Martin Arndt
d52b38777a
Fix Auth API access for DSM 6
1 year ago
neil
56cf93dff2
Merge pull request #4575 from sg1888/panos-ecc-fix
Added functionality for Palo Alto Firewall deployments (PANOS)
1 year ago
neil
67d84cadad
Merge pull request #4708 from sg1888/verbiage
Fixed help verbiage to reflect capabilities of --ecc flag
1 year ago
neil
b384a24c0e
Merge pull request #4710 from zearan/patch-1
Fix the API calls that get the list of domains that PLESK can manage
1 year ago
Martin Arndt
66a68edbe6
Merge branch 'acmesh-official:master' into master
1 year ago
neil
dcf3d7234e
Merge pull request #4712 from samuel-jimenez/dev
Add DNSExit.com API support
1 year ago
neil
0da839cce3
Merge pull request #4720 from acmesh-official/dev
sync
1 year ago
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
1 year ago
neil
15ee036db1
fix for solaris
1 year ago
neil
6db8ae451a
fix for solaris
1 year ago
neil
a7f3d413ef
fix for solaris
1 year ago
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.
1 year ago
neil
7f39cdc856
fix format
1 year ago
Martin Arndt
80006f4730
Added bug report url
1 year ago
neil
a51025fe8f
fix https://github.com/acmesh-official/acme.sh/issues/3645
1 year ago
neil
c42ed9c693
Merge pull request #4714 from hknet/master
Update dns_kappernet.sh
1 year ago
Harald Kapper
c48c8d07de
Update dns_kappernet.sh
dns update waiting time is reduced now (new backend at kapper.net)
1 year ago
samuel
4d4b6edbc2
Add DNSExit.com API support
1 year ago
Malte Rabenseifner
2014ca9feb
Fix the API calls that get the list of domains that PLESK can manage
1 year ago
sg1888
a9f631f404
Added help verbiage for --ecc flag
1 year ago
Scruel Tao
ba468bb5e4
Fix for shfmt check
1 year ago
Scruel Tao
cf86d57a9f
Fix for shfmt check
1 year ago
Scruel Tao
9e958f4e32
Fix shellcheck
1 year ago
Scruel Tao
c7f6f20c9d
Add SYNO_USE_TEMP_ADMIN variable & Fix broken logic
1. Fix the broken logic in (Sorry for including fix commit in same PR, I'm feeling quite tired and would like to go to sleep right away...)
2. Provides new method to obtain credential info for authentication, it will create a temp admin user if SYNO_USE_TEMP_ADMIN is set, instead of requiring the user's own credentials which will be saved in disk.
I do really don't like to have plaintext credentials be saved in disk, and I noticed that you've spent a lot of time fighting with 2FA related stuffs, so why not just get rid of the whole old way. :)
1 year ago
sg1888
1984f44ffe
Shell formatting
1 year ago
sg1888
02de281e40
Removed unused variable
1 year ago
sg1888
ae035deb92
Fixed shell check errors
1 year ago
sg1888
edd1b60c3d
Removed ability to specify API key to facilitate future multiple host functionality.
1 year ago