Hitoshi
22cd408efb
add dns api support for dnspod.com
7 years ago
neilpang
ce6c7d4b59
fix dp
8 years ago
neilpang
a6b6e31cda
fix dp
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"
9 years ago
neilpang
671a699472
minor, fix shellcheck warning
9 years ago
klemens
329174b6d9
spelling fixes
9 years ago
neilpang
2728170c01
add debug info
9 years ago
neilpang
7d1c5fca0b
fix for solaris
9 years ago
neilpang
f1f3074306
fix format
9 years ago
neilpang
f162ad193f
support dnspod remove
9 years ago
neilpang
422e5026d6
fix shellcheck warnings
9 years ago
neilpang
e440223b40
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
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
9 years ago
neil
22ea4004e1
Support SunOS/Solaris ( #260 )
Support SunOS/Solaris
* Support Solaris
* Support SunOS/Open Solaris
9 years ago
neil
bb276fc985
minor.
10 years ago
root
9bf69d30e0
exec mode
10 years ago
neil
a4270efac9
fix wget support in dns api
10 years ago
neil
01f54558b9
fix error message.
10 years ago
neil
0a7c936442
modify shebang to bash after install if bash is installed.
10 years ago
neil
00a506053c
compatible to dash
10 years ago
neil
8663fb7e64
revert to bash. there are some issue with sh need to fix yet.
10 years ago
neil
99dc89c051
v2.2.0. It's time to declare that we are `sh` compatible, not only `bash`.
10 years ago
neil
158f22f733
fix compatible for sh. rename api. '-' is not allowed in the function name.
10 years ago
neil
eccec5f6d5
fix compatible for sh. '-' is not allowed in function name.
10 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.
10 years ago
neil
0809486529
support cloudxns.com api
10 years ago
neil
65785b5fef
typos
10 years ago
neil
9773342ad1
support dnspod.cn api
10 years ago