Commit Graph

30 Commits (d987d61ea96da50a2efd733724b7f6b49c8da7df)

Author SHA1 Message Date
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 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
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