nytral
55787ff7b9
other fixes
7 years ago
nytral
b00919c692
various fixes
7 years ago
neilpang
f213215c81
fix lua
7 years ago
nytral
8d53ec5353
fixed validation, added LUA while I'm at it
8 years ago
neilpang
1476a9ecf1
fix format
8 years ago
neilpang
d78ba322bf
fix update
8 years ago
neilpang
ab5c1b0a3a
minor
8 years ago
neilpang
53fa16d39f
minor
8 years ago
neilpang
05cf405cb5
minor
8 years ago
neilpang
5d833336d3
minor
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>
9 years ago
klemens
329174b6d9
spelling fixes
9 years ago
neilpang
a8c6111197
fix shellcheck warnings
9 years ago
neilpang
e9f9f515bd
fix shellcheck warnings.
9 years ago
neilpang
a0636d5a87
fix shellcheck warnings.
9 years ago
neilpang
c7b16249b8
fix shellcheck warnings
9 years ago
root
439580b91b
apply shfmt to dns_dp api.
9 years ago
neilpang
4c2a384159
Add shfmt to format source code
9 years ago
nytral
1d9f76e2c8
working email contact added
9 years ago
nytral
56e0269e5e
email contact added
9 years ago
nytral
662df85e54
s/bash/sh/
9 years ago
nytral
2be4a5e486
use _base64
9 years ago
nytral
a43d697225
cleanup
9 years ago
nytral
f06c1e6c78
luadns bash script
9 years ago
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
9 years ago
neil
ef858ef062
use head -n
9 years ago
neil
cfdaff5a46
fix cf
9 years ago
neil
22ea4004e1
Support SunOS/Solaris ( #260 )
Support SunOS/Solaris
* Support Solaris
* Support SunOS/Open Solaris
9 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
10 years ago
neil
ab49796192
how to use cloudflare api and create custom api
10 years ago
neil
0ed4c9391e
sleep to wait dns record to take effect.
10 years ago
neil
638b9a0559
fix bugs
10 years ago
neil
1b5bd0e03e
minor fix
10 years ago
root
23bcf2c623
exec
10 years ago
neil
175c9decd7
init dnsapi
10 years ago