neilpang
11ecbd27be
fix punycode domain
6 years ago
neilpang
47ff768b70
fix https://github.com/Neilpang/acme.sh/issues/2195
6 years ago
Gorbachev
6e917d156c
Trim double quotes for email and key
Currently dns_cf generates headers like this: 'X-Auth-Email: "sample@mail.com"'. Cloudflare API responses 400 BadRequest for quoted headers with message "Invalid format for X-Auth-Email header".
6 years ago
neilpang
c2d0d4d28c
root domain as dns alias mode
6 years ago
hebbet
68d9aad3a2
add link to profile of Cloudflare
follow-up for #1893
6 years ago
neilpang
7ba9a5972d
revert fix for https://github.com/Neilpang/acme.sh/issues/1941
1. fix https://github.com/Neilpang/acme.sh/issues/1977
2. The cache is too long to as a line to save in the conf
6 years ago
Ketil
2671af13cd
Bugfix for allowing '+' character in CloudFlare email
6 years ago
neil
a43545c6ea
fix https://github.com/Neilpang/acme.sh/issues/1959
6 years ago
neilpang
598becf619
minor, fix format
6 years ago
neilpang
7917aa2a7c
fix https://github.com/Neilpang/acme.sh/issues/1941
cache dns zones response
6 years ago
Rid
6b26d2b62d
Fixed grammatical errors
7 years ago
neilpang
506c41cb15
fix format
7 years ago
neilpang
72f54ca6c1
support ACME v2 wildcard cert
7 years ago
neilpang
4f3b3a273f
fix format
7 years ago
neilpang
6ae3911972
support ACME v2 wildcard cert
7 years ago
neilpang
cd98951001
fix https://github.com/Neilpang/acme.sh/issues/794#issuecomment-294314606
8 years ago
neilpang
eb0fc67461
fix format
8 years ago
neilpang
fcdf41ba29
support change account conf from env
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
15af89d51c
fix https://github.com/Neilpang/acme.sh/issues/490
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
neilpang
122cc48c29
minor
8 years ago
neilpang
c7c57cfa0e
fix for solaris
8 years ago
neilpang
c0d0100ca8
fix format
8 years ago
neilpang
21f201e371
support cloudflare rm function
8 years ago
neilpang
ab45b7783f
fix format
8 years ago
neilpang
4a56b2406b
fix check email
8 years ago
neilpang
797cbb9b20
fix shellcheck warnings
8 years ago
neilpang
e440223b40
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
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
neil
ab49796192
how to use cloudflare api and create custom api
9 years ago
neil
0ed4c9391e
sleep to wait dns record to take effect.
9 years ago