Commit Graph

1717 Commits

Author SHA1 Message Date
491842ea34 fix https://github.com/acmesh-official/acme.sh/issues/3159 2020-10-27 13:39:09 -04:00
9801876a2f shfmt fixes 2020-10-27 13:39:09 -04:00
9c28a04c65 add alt nonce generation logic 2020-10-27 13:39:09 -04:00
596a1764ef vetted by shfmt 2020-10-27 13:39:09 -04:00
8e09e1b248 debugging and cleanup 2020-10-27 13:39:09 -04:00
d5674c85d7 initial commit 2020-10-27 13:39:09 -04:00
5dbfc2786d fix dnsapi/dns_1984hosting 2020-10-19 22:29:16 +02:00
472dbd641c dnsapi/dns_infomaniak.sh: Replace grep by _contains 2020-10-10 18:19:29 +02:00
05141b4f52 Added dnsapi/dns_infomaniak.sh 2020-10-10 18:19:29 +02:00
db24ca3dc1 fix debug info 2020-09-14 22:29:23 +08:00
5e3aa2db1d add debug info for duckdns 2020-09-14 22:22:36 +08:00
b561666d80 fix https://github.com/acmesh-official/acme.sh/issues/3159 2020-09-12 08:47:46 +08:00
17dcf7d2e5 Merge pull request #2973 from StefanAbl/master
Update dynv6 dns api to allow custom domains
2020-09-07 15:40:17 +08:00
b5c382f929 fix misaka.io api: breaking changes introduced by apiv1 2020-09-03 21:46:54 +08:00
4242354c03 fix shfmt error 2020-08-31 09:20:10 +02:00
8728389c88 formatting 2020-08-31 09:20:10 +02:00
6651801b3f formatting 2020-08-31 09:17:56 +02:00
9190ce3701 no supporting HTTP API as well 2020-08-31 09:17:13 +02:00
90e2064d72 first attempt to make travis happy 2020-08-31 09:16:55 +02:00
943d419f98 Added support for custom domains 2020-08-31 09:14:47 +02:00
551316bcb6 formatting 2020-08-31 09:09:10 +02:00
9dd5089940 formatting 2020-08-31 09:09:10 +02:00
06e7ebbdeb no supporting HTTP API as well 2020-08-31 09:09:10 +02:00
a83b16e12a first attempt to make travis happy 2020-08-31 09:09:10 +02:00
91a8b97cf4 Added support for custom domains 2020-08-31 09:09:10 +02:00
58923b2846 Merge pull request #3099 from Alexilmarranen/dev
Issue2547 wrong url construction for multiple dns services
2020-08-20 22:10:34 +08:00
956114fc42 Issue2336 Add subdomain (3 and more) support
Fix for issue in https://github.com/acmesh-official/acme.sh/issues/2336#issuecomment-670522738
2020-08-19 00:50:18 +03:00
19c4345162 fix shfmt 2020-08-17 22:18:20 +08:00
0b531e9fbc fix format 2020-08-16 16:59:08 +08:00
70488f9c56 Merge branch 'dev' of https://github.com/kappernet/acme.sh into dev 2020-08-13 00:24:11 +02:00
0052ab7148 more mutable + style-update
more mutable config-read-calls
more details for TXT records info + errors;
typo fixed (create instead of delete)
2020-08-13 00:23:57 +02:00
f725040dd5 Merge pull request #6 from acmesh-official/dev
sync upstream
2020-08-12 23:55:25 +02:00
f131863642 now with "_saveaccountconf_mutable"
_saveaccountconf_mutable instead of _saveaccountconf now used.

Co-Authored-By: kapper.net support account <33451837+kappernet@users.noreply.github.com>
2020-08-12 23:48:11 +02:00
4e0de22375 Issue2547 wrong url construction for multiple dns services
Fix for problem in https://github.com/acmesh-official/acme.sh/issues/2547#issuecomment-672830796
2020-08-12 15:17:54 +03:00
edbe026b49 Rename openstack to dns_openstack
Although the DNS API dev guide at https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
says `The script file name must be myapi.sh`, it should really
be names dns_myapi.sh for consistency.
2020-08-12 11:24:45 +10:00
fb05a42d2e Merge pull request #3 from acmesh-official/dev
sync upstream
2020-08-09 04:31:07 +02:00
70b49980cb fix format 2020-08-09 09:40:22 +08:00
a2d872a9f0 Merge pull request #3087 from draevin/dev-netlify
Add Netlify API support
2020-08-05 09:21:10 +08:00
e8bcde31b7 Add Netlify API support 2020-08-04 16:33:24 -07:00
40cda9220a fix https://github.com/acmesh-official/acme.sh/issues/3077 2020-08-03 21:22:32 +08:00
2ba6a85eca fix multiple txt-records delete + API update
new API version
fix to delete specific TXT records for wildcard-certs with LE

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
2020-08-02 15:59:46 +02:00
494a1603e4 Update dns_kappernet.sh
add issue-link in sourcecode

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
2020-08-02 01:41:26 +02:00
5207e111e1 initial kapper.net DNS API support
hopefully this time we get it right ;)

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
2020-08-02 00:19:28 +02:00
272ab746a6 Merge pull request #3071 from pdxgf1208/dev
Update dns_dynv6.sh
2020-07-27 15:57:07 +08:00
fce0bf6e59 Merge pull request #3070 from phedoreanu/replace_response_equals_with_contains
replace response equals with contains
2020-07-27 15:54:05 +08:00
4b35aef728 Update dns_dynv6.sh
Add support for domains like '*.v6.rocks'
2020-07-25 21:48:11 +08:00
6a0ed51f5e replace response equals with contains 2020-07-24 16:28:34 +02:00
41435578d2 Merge pull request #3055 from andybotting/openstack-dns
Add OpenStack Designate DNS API support
2020-07-16 13:45:01 +08:00
eb9005ad74 Fix SC2236 2020-07-16 06:18:46 +02:00
14089f8c6a Fix SC2236 2020-07-16 06:18:12 +02:00