Lonnie Abelbeck
b30481b8da
Cleanup Cloudflare dns_cf.sh for general consistency, keeping changes to a minimum.
9 years ago
neilpang
cd98951001
fix https://github.com/Neilpang/acme.sh/issues/794#issuecomment-294314606
9 years ago
neilpang
eb0fc67461
fix format
9 years ago
neilpang
fcdf41ba29
support change account conf from env
9 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
neilpang
15af89d51c
fix https://github.com/Neilpang/acme.sh/issues/490
9 years ago
klemens
329174b6d9
spelling fixes
9 years ago
neilpang
122cc48c29
minor
9 years ago
neilpang
c7c57cfa0e
fix for solaris
9 years ago
neilpang
c0d0100ca8
fix format
9 years ago
neilpang
21f201e371
support cloudflare rm function
9 years ago
neilpang
ab45b7783f
fix format
9 years ago
neilpang
4a56b2406b
fix check email
9 years ago
neilpang
797cbb9b20
fix shellcheck warnings
9 years ago
neilpang
e440223b40
fix shellcheck warnings
9 years ago
neilpang
c7b16249b8
fix shellcheck warnings
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
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.
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
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
036e9d1074
fix compatible for sh
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
d250f9c715
fix bug for cloudflare api
10 years ago
neil
e6d31b4e0c
minor, add debug info
10 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