Commit Graph

52 Commits (54195b16ad12cc7a9689733922906b4f40b746bd)

Author SHA1 Message Date
neil 58c2c70146 fix https://github.com/acmesh-official/acme.sh/issues/2888
neil ad9f488df6 fix https://github.com/acmesh-official/acme.sh/issues/2888
neil b19799bc72 fix https://github.com/acmesh-official/acme.sh/issues/2888
neil 1209b9b86e fix https://github.com/acmesh-official/acme.sh/issues/2888
neil da957a3caf fix https://github.com/acmesh-official/acme.sh/issues/2888
Scott Wiersdorf 52a16c917f show response when unable to retrieve DNS records for a zone
netpok 34cebe8c0c
Fix invalid domain error on dns_cf update
When dns_cf used with Zone ID it fails on removal of the entry.

This pull request adds the missing CF_Zone_ID loading.
Arthur Wiebe d43227ede4
fix shellcheck issues
Arthur Wiebe 719b690451
add support for using a Zone ID
neil 55dea4ee9d
sync ()
* support jdcloud.com

* fix format

* ttl 3000

* Escape slashes ()

* Change 1.1.1.1 to 1.0.0.1 to probe compatibility ()

As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server.

* check empty id

* fix error

* Add dnsapi for Vultr ()

* Add Vultr dns api

* PushOver notifications ()

* PushOver notifications, using AppToken, UserKey, and optional sounds

* fix errors

* added dns api support for hexonet ()

* update

* minor

* support new Cloudflare Token format
fix https://github.com/Neilpang/acme.sh/issues/2398

* fix wildcard domain name

* add more info

* fix https://github.com/Neilpang/acme.sh/issues/2377

* fix format

* fix format
neilpang 11ecbd27be fix punycode domain
neilpang e46b392a8d Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
neilpang 47ff768b70 fix https://github.com/Neilpang/acme.sh/issues/2195
neil 68428a5d5e
Merge pull request from kirpichiki/dns_cf_invalid_domain
CloudFlare dns invalid domain
Gorbachev 6e917d156c
Trim double quotes for email and key
Currently dns_cf generates headers like this: 'X-Auth-Email: "sample@mail.com"'. Cloudflare API responses 400 BadRequest for quoted headers with message "Invalid format for X-Auth-Email header".
neilpang c2d0d4d28c root domain as dns alias mode
hebbet 68d9aad3a2
add link to profile of Cloudflare
follow-up for 
neilpang 7ba9a5972d revert fix for https://github.com/Neilpang/acme.sh/issues/1941
1. fix https://github.com/Neilpang/acme.sh/issues/1977
2. The cache is too long to as a line to save in the conf
Ketil 2671af13cd Bugfix for allowing '+' character in CloudFlare email
neil a43545c6ea fix https://github.com/Neilpang/acme.sh/issues/1959
neilpang 598becf619 minor, fix format
neilpang 7917aa2a7c fix https://github.com/Neilpang/acme.sh/issues/1941
cache dns zones response
Rid 6b26d2b62d Fixed grammatical errors
neilpang 506c41cb15 fix format
neilpang 72f54ca6c1 support ACME v2 wildcard cert
neilpang cd98951001 fix https://github.com/Neilpang/acme.sh/issues/794#issuecomment-294314606
neilpang eb0fc67461 fix format
neilpang fcdf41ba29 support change account conf from env
Bastian Bittorf 3ca93f4a4c shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
neilpang 15af89d51c fix https://github.com/Neilpang/acme.sh/issues/490
klemens 329174b6d9 spelling fixes
neilpang 122cc48c29 minor
neilpang c7c57cfa0e fix for solaris
neilpang c0d0100ca8 fix format
neilpang 21f201e371 support cloudflare rm function
neilpang ab45b7783f fix format
neilpang 4a56b2406b fix check email
neilpang 797cbb9b20 fix shellcheck warnings
neilpang e440223b40 fix shellcheck warnings
neilpang c7b16249b8 fix shellcheck warnings
neilpang 4c2a384159 Add shfmt to format source code
neilpang 5d6fd8099f add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
neil ef858ef062 use head -n
neil cfdaff5a46 fix cf
neil 22ea4004e1 Support SunOS/Solaris ()
Support SunOS/Solaris 

* Support Solaris

* Support SunOS/Open Solaris
raunsbaekdk 8d5618c44a Bash does not support double equal sign ()
use single equal sign '=' instead.
neil a4270efac9 fix wget support in dns api
neil 01f54558b9 fix error message.
neil 0a7c936442 modify shebang to bash after install if bash is installed.
neil 00a506053c compatible to dash