ahwayakchih
78750a393f
docs: update comment in MyDevil.net deploy and dns scripts
7 years ago
ahwayakchih
f106bef6c7
fix: change shebang as requested by @Neilpang
7 years ago
ahwayakchih
db536fe22a
docs: rewrite info about installation/setup of acme.sh on MyDevil.net
7 years ago
ahwayakchih
19042f696e
fix: do not depend on `_acme-challenge` prefix
No need to check record name when adding records.
Remove only `TXT` records that match both `txtdomain` and `txtvalue`.
7 years ago
ahwayakchih
f1b678290c
fix: use `cut` and `tail` instead of `awk`
7 years ago
ahwayakchih
6c9bbc759d
style: fix
7 years ago
Augustin-FL
ec6569fbea
fix travis
7 years ago
Augustin-FL
1ad6742dbc
fix travis
7 years ago
Augustin-FL
63ea3e8d27
acme.sh does not follow Location: headers when using wget
7 years ago
Augustin-FL
9ace7db216
simplify online_rest
7 years ago
Augustin-FL
841513501a
update get_root
7 years ago
Augustin-FL
5c94147603
use read/saveconf_mutable, not readconf from OVH
7 years ago
Augustin-FL
02f6d4cb66
use read/saveconf_mutable, not readconf from OVH
7 years ago
Augustin-FL
ec5fad433c
Add online.net DNS API
7 years ago
Tom Cocca
d30b441ede
Rackspace Cloud DNS
Support Rackspace Cloud DNS
This commit is based on the original pull request by tcocca
https://github.com/Neilpang/acme.sh/pull/1297
Addtional cleanup was provided by senseisimple in
https://github.com/Neilpang/acme.sh/pull/1999
This pull request has squashed the changes for review, fixed a minor
(but breaking) problem with the field ordering in the response, and
added documenation per the API guide.
Co-Author: Chris <chris@chrisnovoa.com>
Co-Author: Ian Wienand <ian@wienand.org>
7 years ago
ahwayakchih
e5475b7e3e
fix: check if `devil` command exists, as requested by @Neilpang
7 years ago
ahwayakchih
3fa6fb5731
fix: do not use `local` keyword as requested by @Neilpang
7 years ago
Oliver Dick
1fa026b9c7
using ' ' instead of '[:space:]' for tr
7 years ago
Simon Wydooghe
ebc90f6ab8
Set NS1 DNS record TTL to 0
Default of a zone might be high, which is annoying when testing
with the ACME staging API. I think setting the TTL to 0 makes sense
as acme.sh is the only one checking this, so having an always up
to date response seems desirable.
7 years ago
Frank Laszlo
84d80e93bc
Add support for Thermo, Nexcess, and Futurehosting DNS APIs
7 years ago
Oliver Dick
4eda39a31d
making shellcheck happy
7 years ago
Oliver Dick
759b75ca48
better parsing of json responses
fixes an error if customer does not have access to dns-groups
7 years ago
ahwayakchih
b2cb73c875
style: fix 2 more errors reported by shfmt
7 years ago
ahwayakchih
84a1e1840f
style: fix style errors reported by shfmt
7 years ago
ahwayakchih
3bb7022919
style: restyle MyDevil.net scripts to pass ShellCheck.net validation
7 years ago
ahwayakchih
1983913ed1
docs: some more info about handling changing IP (just in case) on MyDevil.net
7 years ago
ahwayakchih
eea3a3c555
docs: update MyDEvil.net interlinks
7 years ago
ahwayakchih
b07ef223ee
feat: add support for MyDevil.net
7 years ago
neilpang
227547f826
fix https://github.com/Neilpang/acme.sh/pull/1979
7 years ago
neilpang
a964646803
fix https://github.com/Neilpang/acme.sh/issues/1364#issuecomment-458035330
7 years ago
neilpang
43877d2647
fix rm method to urlencode the existing txt records.
fix https://github.com/Neilpang/acme.sh/issues/2052
7 years ago
neilpang
cc6159b39b
urlencode the existing txt record value
fix https://github.com/Neilpang/acme.sh/issues/2052
7 years ago
Tobias Mädel
75fe022f96
Changed order in readme, added do.de
7 years ago
Grant Millar
c1ec2afeca
Changed records per page to 5000
7 years ago
Tobias Mädel
e2f1338f94
Added documentation
7 years ago
Tobias Mädel
5f9b57d300
Cleaned up dns_doapi.sh
7 years ago
Tobias Mädel
ddf77f10e9
Cleaned up dns_doapi.sh
7 years ago
Tobias Mädel
127532c226
Added dns_doapi.sh
7 years ago
Milan Pála
572adbaad2
Add support for Active24.cz
7 years ago
Oliver Dick
b0775f7a58
making shftm really happy
7 years ago
Oliver Dick
2dc50e6633
making shfmt happy
7 years ago
Oliver Dick
56d70e4ea7
Update to latest API Changes
7 years ago
jim-p
10ba2cd312
Use a literal space instead of an escaped space. Fixes #2022
7 years ago
Mike Barnes
cd3ef8fa5a
Correct edits to README.md this time
7 years ago
Mike Barnes
72ce37704b
Native PointHQ support
7 years ago
hebbet
68d9aad3a2
add link to profile of Cloudflare
follow-up for #1893
7 years ago
Marton Szucs
40f0238bb7
fix dns_loopia wildcard certificate
Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again.
Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain.
Now you can create wildcard certificates using:
`acme.sh --issue -d example.com -d '*.example.com' --dns dns_loopia`
Double quoting variables
7 years ago
Oliver Dick
089823785e
Using _sleep() instead of sleep
7 years ago
Ivru
ecf7dded07
Fix typo
7 years ago
Oliver Dick
cd4f29135b
waiting for API zoneStatus active
7 years ago