Ephen
9f6f721a13
cloudxns.net
cloudxns.net is the main domain.
6 years ago
neilpang
28145a9deb
fix ovh
7 years ago
neilpang
3c394f08b0
fix format
7 years ago
neilpang
849a6c12be
fix for acme v2
7 years ago
neilpang
04683338a2
fix cloudxns api https://github.com/Neilpang/acme.sh/issues/717
8 years ago
neilpang
646c0bfcb9
fix for solaris
8 years ago
neilpang
bcf96608d1
fix for solaris
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
neilpang
8c71bd57e7
fix https://github.com/Neilpang/acme.sh/issues/491
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
kookxiang
8379f015d7
Finish dns_cx_rm() method
8 years ago
neilpang
a62706678e
fix for solaris
8 years ago
neilpang
e4468562d2
fix cx
8 years ago
neilpang
5be3f22d06
fix issue
8 years ago
neil
c572ce946b
Dev ( #434 )
* do not use script home
* fix format
* fix issue when there is no one records in the domain.
8 years ago
neilpang
d69f0289ca
fix issue when there is no one records in the domain.
8 years ago
neilpang
422e5026d6
fix shellcheck warnings
8 years ago
neilpang
e440223b40
fix shellcheck warnings
8 years ago
neilpang
69925ce823
fix shellcheck warnings.
8 years ago
neilpang
c7b16249b8
fix shellcheck warnings
8 years ago
neilpang
4c2a384159
Add shfmt to format source code
8 years ago
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
8 years ago
neil
fdcb6b721c
fix for busybox
8 years ago
neil
22ea4004e1
Support SunOS/Solaris ( #260 )
Support SunOS/Solaris
* Support Solaris
* Support SunOS/Open Solaris
8 years ago
Jim Ma
fe09757cb3
dns_cx.sh prefix and suffix domain bug fixed
8 years ago
neil
bb276fc985
minor.
9 years ago
root
9bf69d30e0
exec mode
9 years ago
neil
a4270efac9
fix wget support in dns api
9 years ago
neil
01f54558b9
fix error message.
9 years ago
Indust
4fa08fc78c
fix record update error for cloudxns ( #167 )
thanks.
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
99dc89c051
v2.2.0. It's time to declare that we are `sh` compatible, not only `bash`.
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
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
0809486529
support cloudxns.com api
9 years ago
neil
65785b5fef
typos
9 years ago
neil
9773342ad1
support dnspod.cn api
9 years ago