Blfrg
eb49127b9e
improve id parse
Locate only the outer most "id" property
5 years ago
Blfrg
8189a34d14
fix dns_me id parse
The API seems to have changed and the ID is no longer in the same location.
5 years ago
Peter Dave Hello
ac9f6e3a41
Remove trailing spaces in text files
This issue in the shell scripts will also be detected in the stable
version of shfmt(we are currently using an ancient pre-release of shfmt)
5 years ago
nytral
3bc59a0327
first attempt to fix CI errors
7 years ago
nytral
5a883889a2
fixes
7 years ago
nytral
e26f9b8095
DNSMadeEasy ACMEv2 support
7 years ago
nytral
8d53ec5353
fixed validation, added LUA while I'm at it
8 years ago
nytral
a1e1bfc71b
removed useless code
8 years ago
nytral
29992f54a3
delete support for dns_me
8 years ago
neilpang
1c22c2f76a
fix for solaris
8 years ago
neilpang
542d7977db
add new _url_encode
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
Kevin Kaland
3cf85634eb
Trim potential closing curly brace.
Fixes GH-517.
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
neilpang
e009ec8b93
Support AWS Route53 api
8 years ago
neilpang
422e5026d6
fix shellcheck warnings
8 years ago
neilpang
e440223b40
fix shellcheck warnings
8 years ago
neilpang
e9f9f515bd
fix shellcheck warnings.
8 years ago
neilpang
c7b16249b8
fix shellcheck warnings
8 years ago
neilpang
dec90f7e5e
format dns_me api
8 years ago
nytral
2ea5b283a8
_hmac use and generic date
8 years ago
nytral
eb23549cd6
s/bash/sh/
8 years ago
nytral
cd90062850
better bugfix
8 years ago
nytral
3ec72fcee9
bugfix
8 years ago
nytral
b9091e14b3
adding DNSMadeEasy API
8 years ago
root
439580b91b
apply shfmt to dns_dp api.
8 years ago
neilpang
4c2a384159
Add shfmt to format source code
8 years ago
nytral
1d9f76e2c8
working email contact added
8 years ago
nytral
56e0269e5e
email contact added
8 years ago
nytral
662df85e54
s/bash/sh/
8 years ago
nytral
2be4a5e486
use _base64
8 years ago
nytral
a43d697225
cleanup
8 years ago
nytral
f06c1e6c78
luadns bash script
8 years ago
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
8 years ago
neil
ef858ef062
use head -n
8 years ago
neil
cfdaff5a46
fix cf
8 years ago
neil
22ea4004e1
Support SunOS/Solaris ( #260 )
Support SunOS/Solaris
* Support Solaris
* Support SunOS/Open Solaris
8 years ago
raunsbaekdk
8d5618c44a
Bash does not support double equal sign ( #192 )
use single equal sign '=' instead.
9 years ago
neil
a4270efac9
fix wget support in dns api
9 years ago
neil
01f54558b9
fix error message.
9 years ago
neil
0a7c936442
modify shebang to bash after install if bash is installed.
9 years ago
neil
00a506053c
compatible to dash
9 years ago
neil
8663fb7e64
revert to bash. there are some issue with sh need to fix yet.
9 years ago
neil
158f22f733
fix compatible for sh. rename api. '-' is not allowed in the function name.
9 years ago
neil
eccec5f6d5
fix compatible for sh. '-' is not allowed in function name.
9 years ago
neil
036e9d1074
fix compatible for sh
9 years ago
neil
a63b05a9e7
le.sh v2.0.0
1. Unix-like command api
2. 100% compatible with le.sh 1.x command api.
3. Support different webroot for each domain in the same cert.
```
le.sh --issue -d a.com -w /wwwroot/a.com -d b.com -w /wwwroot/b.com
```
4. Support different authentication methods for each domain in the same cert. Hybrid usage:
```
le.sh --issue -d a.com -w /wwwroot/a.com -d b.com -dns dns-cf
```
5. Two different debug levels to provide useful debug info. `--debug` or `--debug 2`
6. Support to install `fullchain.cer` after renewal.
7. Better performance.
9 years ago
neil
d250f9c715
fix bug for cloudflare api
9 years ago
neil
e6d31b4e0c
minor, add debug info
9 years ago
neil
e9209938cb
support account config file to save dns api key
9 years ago