neil
ee20015d44
fix format
8 years ago
neilpang
80941f8413
minor
8 years ago
neilpang
cf909db159
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
8 years ago
neilpang
27dbe77fad
add "--config-home"
8 years ago
Philipp Grosswiler
38f2334360
Added support for Linode DNS API.
8 years ago
neil
6489a48e1f
Merge pull request #536 from Neilpang/dev
Dev
8 years ago
neil
ca24d1762e
Merge pull request #535 from bittorf/master
travis: use only POSIX constructs here, avoid bashisms
8 years ago
Bastian Bittorf
2f4b84c074
travis: use only POSIX constructs here, avoid bashisms
e.g. [[ ]] -> [ ] and 'which' -> command -V
Although this is not strictly needed, it keeps the project uniformly POSIX.
Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
neil
6ae810a1fa
Merge pull request #534 from Neilpang/dev
Dev
8 years ago
neil
3e3f695536
Merge pull request #526 from bittorf/master
shellcheck: fix several occurences of SC2034
8 years ago
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>
8 years ago
neil
f2d9930773
Merge pull request #533 from Neilpang/dev
minor
8 years ago
neilpang
2fbf399156
minor
8 years ago
Geoffroi
5fe91d6577
Correction of test from comment of Neilpang + Correction of CRLF with sh not working correctly
8 years ago
Geoffroi
753d0e7df7
Syntax fix part 2
8 years ago
Geoffroi
e2cc350fbc
Fix function name
8 years ago
Geoffroi
07feb87dee
Travis fix
8 years ago
Geoffroi
1699e94f0f
Adding kong deploy script ( https://getkong.org )
8 years ago
neil
8a1e335bf5
Merge pull request #528 from Neilpang/dev
Dev
8 years ago
neil
5413bf8753
minor, clear account key cache if new-authz error.
8 years ago
neil
c4c5ecd03d
Merge pull request #525 from bittorf/master
dnsapi/dns_dp.sh: shellcheck: fix 1 occurence of SC2126
8 years ago
Bastian Bittorf
3b67cf4378
dnsapi/dns_dp.sh: shellcheck: fix 1 occurence of SC2126
shellcheck message was:
"Consider using grep -c instead of grep | wc"
8 years ago
neil
f3c937f9ed
Merge pull request #524 from Neilpang/dev
minor, fix shellcheck warning
8 years ago
neilpang
671a699472
minor, fix shellcheck warning
8 years ago
neil
cc4fa1c6bd
Merge pull request #523 from Neilpang/dev
Dev
8 years ago
neilpang
d11d476126
"Don't use [] around ranges in tr, it replaces literal square brackets."
8 years ago
neil
1ce06c7cdd
Merge pull request #521 from bittorf/master
dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021
8 years ago
Bastian Bittorf
800f02ba38
dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021:
"Don't use [] around ranges in tr, it replaces literal square brackets."
this introduces another warning:
"Use '[:lower:]' to support accents and foreign alphabets."
This is more a style thingy because we really want to only catch A-Z.
work around this by using a shellcheck-directive and a comment
that the [:lower:] will not work with e.g. busybox-ash.
if we later really want to use [:lower:], we should use 'sed' for that.
8 years ago
neil
79964b0e85
Merge pull request #519 from Neilpang/dev
Dev
8 years ago
neil
0924d11bbf
Merge pull request #518 from wizonesolutions/fix-bad-domain-id-parse
Trim potential closing curly brace.
8 years ago
Kevin Kaland
3cf85634eb
Trim potential closing curly brace.
Fixes GH-517.
8 years ago
neil
ec01175d37
Merge pull request #515 from Neilpang/dev
Dev
8 years ago
neil
5bb518ff0f
Merge pull request #512 from ksperling/dnsaws
Add support for AWS_SESSION_TOKEN and fix bug when multiple hosted zones exist
8 years ago
Karsten Sperling
5415381cf4
Add support for AWS_SESSION_TOKEN and fix bug when multiple hosted zones exist
8 years ago
neil
129ae06354
Merge pull request #509 from Neilpang/dev
LF
8 years ago
neilpang
058e5d5f4b
LF
8 years ago
neil
2ec493f033
Merge pull request #504 from Neilpang/dev
Dev
8 years ago
neil
a33e8a8509
Merge pull request #503 from wpk-/wpk-alwaysdata
Alwaysdata DNS API support.
8 years ago
Paul Koppen
7b4be7be40
Remove spaces from blank lines.
8 years ago
Paul Koppen
b90917a529
Improve legibility.
8 years ago
Paul Koppen
180f05f6f0
Add instructions for the Alwaysdata API.
8 years ago
Paul Koppen
b2686e5b6d
Add Alwaysdata.com to list of supported API's.
8 years ago
Paul Koppen
831b95f13a
Merge suggested improvements.
* Use `_head_n`.
* Add link to GitHub repo for bug reporting.
8 years ago
Paul Koppen
331b599a81
Use _post for DELETE and switch to JSON API (Alwaysdata default).
8 years ago
neil
3ef817ebc2
Merge pull request #502 from Neilpang/dev
Dev
8 years ago
neilpang
d0f7c309ab
run pre-hook first
8 years ago
Paul Koppen
e5079b9dad
Add Alwaysdata DNS API.
8 years ago
neil
9e773c9143
Merge pull request #499 from sercxanto/copycert
Add note about permissions of installed files
8 years ago
Georg Lutz
fe600441c9
Add note about permissions of installed files
8 years ago
neil
291b56db93
Merge pull request #496 from Neilpang/dev
fix format
8 years ago