stilez
5612019c0e
replace 4-space tabs -> 2-space tabs
Format engine seems to insist on it :)
7 years ago
stilez
ac9ba6a417
Spaces/indents - I think!
7 years ago
stilez
aa75a6d028
Create a draft version of pleskxml API for DNS01
This DNS01 method allows acme.sh to set DNS TXT records using the Plesk XML API described at:
https://docs.plesk.com/en-US/12.5/api-rpc/about-xml-api.28709
and more specifically:
https://docs.plesk.com/en-US/12.5/api-rpc/reference.28784
This may be needed if the DNS provider doesn't make the standard Plesk API available to a user - in which case, Plesk can't be configured using usual means or RFC1236. But the XML API is often still left accessible, and is well documented, so it can be used instead, for acme.sh purposes.
Note that I have tested the API calls work as expected, and is sanely structured, but I'm not an experienced shell coder. So I expect any number of stylistic and other amendments/corrections. It also includes a ton of debug code which won't hurt to leave in while checking.
Please help me to knock this module into shape for merging, and be gentle with me on it - I'm sure it needs a lot of attention!
Thanks :)
7 years ago
Jan-Otto Kröpke
d3c9d0b331
Fix inwx account without Mobile TAN
7 years ago
Michael
2945b230e4
replaced tail/head with _tail_n/_head_n and printf with echo
8 years ago
Michael
261cc448f7
fixed shfmt related errors in dns_euserv.sh and modified README.md
8 years ago
Michael
616b0b6baa
fixed shfmt related errors in dns_euserv.sh and modified README.md
8 years ago
Michael
d99968ee6d
Modified dnsapi/README.md
8 years ago
Michael
94f91ae687
initial version with Euserv.eu DNS API Support
- added dnsapi/dns_euserv.sh
- modified dnsapi/README.md
8 years ago
Michael
28e4bcf67f
initial version with Euserv.eu DNS API Support
8 years ago
neilpang
f90a2ae195
check UNABLE_TO_AUTHENTICATE
8 years ago
neilpang
681e3785ef
add dns alias mode
8 years ago
Kordian Bruck
03a1386902
Update serial also when deleting the token
8 years ago
Roman Bližík
70b56eb527
remove whitespace
8 years ago
Roman Bližík
4e05062def
add tele3-dns plugin
8 years ago
Kordian Bruck
676402d918
Increase serial when adding txt records
8 years ago
neil
f8526f027c
fix https://github.com/Neilpang/acme.sh/issues/1539
8 years ago
neilpang
98a7e72f0a
fix https://github.com/Neilpang/acme.sh/issues/1512#issuecomment-381121303
8 years ago
Jan-Otto Kröpke
63f3283591
Add Support for inwx mobile tan
8 years ago
AlexeyStolyarov
75b9c39b0e
Update dns_nsupdate.sh
8 years ago
AlexeyStolyarov
5957a1068f
Update dns_nsupdate.sh
8 years ago
AlexeyStolyarov
ed817c81de
#issue with nsupdate on Ubuntu 14.04.1 LTS
on Ubuntu 14.04.1 LTS if nsupdate runs without port number given it treated argument following server name as port number.
and throws error:
```
port 'update' is not numeric
syntax error
```
8 years ago
Wolfgang Ebner
dd72f7638d
add acme-dns plugin
8 years ago
martgras
792f3775ce
Fixes dns_he Issue #1476
username / password has to be urlencoded
8 years ago
pandiloko
499f745732
False case in variable name for dreamhost api
8 years ago
Habetdin
98e15f658e
Update Zilore API description
8 years ago
Ivar Larsson
696d9c6bd3
remove merge chars
8 years ago
Habetdin
ce9c227425
Update README.md
8 years ago
Habetdin
e32c2b84ee
Revert "Update README #1"
This reverts commit 6b0333e919 .
8 years ago
Habetdin
2bc38b2063
Revert "Update README.md"
This reverts commit b4f4c28871 .
8 years ago
Habetdin
b4f4c28871
Update README.md
8 years ago
Habetdin
b14ef537e1
head => _head_n
8 years ago
Felipe Braz
986f61ac92
deleted wrog file
8 years ago
Habetdin
fde971fe81
Fix formatting
8 years ago
Habetdin
6b0333e919
Update README #1
8 years ago
Habetdin
914808b867
Adding Zilore API support
8 years ago
Felipe Braz
2d1d512d0f
removed redundant api call
8 years ago
Felipe Braz
37bc099d39
removed redundant api call
8 years ago
martgras
9e3c931b34
dns_azure add support for validation record at domain apex
Prevent the issue described in #1442
Fix [SC1117] Backslash is literal in "\[".
8 years ago
Felipe Braz
f8fb0e67b4
fix dnsapi/dns_kinghost.sh with shfmt utility
8 years ago
Felipe Braz
86ef6e6987
fixes on dnsapi/dns_kinghost.sh and dnsapi/README.md
8 years ago
Felipe Braz
e8fd373e6c
removed blank space at ending of dnsapi/dns_kinghost.sh
8 years ago
Felipe Braz
4d2a0697ed
fix identation dnsapi/dns_kinghost.sh
8 years ago
Chris
30283282d2
Fixing code style according to Travis
8 years ago
Chris
7588fc0989
Fixes DNSimple for Wildcard certificates
8 years ago
martgras
fe843bc466
dns_he - proposed fix for #1438
if you have more than one zone of a domain (e.g. example.com and subdomain.example.com) _find_zone fails.
This fix removes partials matches.
8 years ago
Austin Drummond
5b355c6ca7
Fixed Dreamhost ENV var name in dnsapi/README.md
8 years ago
Nils Sandmann
a3f7ff90e3
Used e_grep_o instead grep -Po, dns_pdns_rm() now deletes only entry with matching txt value
8 years ago
James Gibson
9c88971bc1
Use internal base64 util instead of PATH bin/
8 years ago
James Gibson
ba9e7fbf64
Clarified the language around the Name.com steps
Name.com has simplified the process to obtain API tokens, this clarifies the language around requesting a key.
8 years ago