Christopher Engelhard
dd6c5c9eea
add documentation for --password option
4 years ago
Christopher Engelhard
2e87e64bd1
update individual Usage: messages to match showHelp
4 years ago
Christopher Engelhard
a48c22d14f
add missing blank lines after links to wiki
4 years ago
Christopher Engelhard
1521199e44
add hidden alias --to-pkcs for --to-pkcs12
4 years ago
Christopher Engelhard
2910be82a4
revert change of --no-color option
4 years ago
Christopher Engelhard
07fdb087dc
fix typo
4 years ago
Christopher Engelhard
58150f5dcd
change --pkcs to --pkcs12
4 years ago
Christopher Engelhard
e7a6ff39f9
fix wrong indentation
4 years ago
Christopher Engelhard
b086afb272
fix some more issues in showhelp()
4 years ago
Christopher Engelhard
7decf76883
group commands logically, rearrange option forms in _process()
Commands have been reordered in showhelp() to a more consistent grouping,
help > version > install > certs > csr > account > cron > other
All option alternatives in _process() case statement have been reordered toshow the canonical variants first, legacy variants after.
4 years ago
Christopher Engelhard
d81369d63a
add hyphenated options, fix wrong -ccr in usage()
4 years ago
Christopher Engelhard
c0fbe8237b
reformat usage message for consistency & clarity
4 years ago
neil
b7b01999d9
fix preferred chain for renewal
fix https://github.com/acmesh-official/acme.sh/issues/3116
4 years ago
neil
50fefc3bb0
minor
4 years ago
Oliver Burgmaier
2d5f14388e
Revert "Removed content for clean pull request"
This reverts commit ab47bf6451
.
4 years ago
Oliver Burgmaier
ab47bf6451
Removed content for clean pull request
4 years ago
Oliver Burgmaier
d8bd45c2bd
Fix issue #2833 with backslash in JSON
Backslash will be removed form JSON responses for each request
and for the initial configuration request
4 years ago
neil
19c4345162
fix shfmt
4 years ago
neil
d5d38b3331
support multiple intermediate CA matching for `--preferred-chain`
4 years ago
neil
bd04638d27
minor
4 years ago
neil
e3ebd582ec
support "--preferred-chain" to select chain
https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain
4 years ago
neil
95ef046d0a
fix https://github.com/acmesh-official/acme.sh/issues/3103
4 years ago
neil
b3a801df11
fix test endpoint
4 years ago
neil
a6d22e3b22
1. save the CA url anyway.
2. clear some code.
4 years ago
neil
1177cc3f29
fix format
4 years ago
neil
269847d19d
Add CA name to the `--list` command output.
4 years ago
neil
df22f68088
Add info for set-default-ca
4 years ago
neil
365aa69afd
fix format
4 years ago
neil
578c338d40
Display ZeroSSL usage
4 years ago
neil
389518e1b8
1. move email to ca conf
2. get EAB credentials from Zerossl by email automatically
4 years ago
neil
d42ff227f1
fix format
4 years ago
neil
737e9e48ca
1. Support short names for `--server` parameter, The valid values are: letsencrypt, letsencrypt_test, buypass, buypass_test and zerossl
2. Support Zerossl.com acme protocol.
3. Add "--set-default-ca --server xxxx" command to set the default CA to use.
4 years ago
neil
f96d91cb6c
eab
4 years ago
neil
85503655ab
Display ZeroSSL usage
4 years ago
neil
8d811760a9
1. move email to ca conf
2. get EAB credentials from Zerossl by email automatically
4 years ago
neil
1e967eceef
fix format
4 years ago
neil
7d20db93d3
1. Support short names for `--server` parameter, The valid values are: letsencrypt, letsencrypt_test, buypass, buypass_test and zerossl
2. Support Zerossl.com acme protocol.
3. Add "--set-default-ca --server xxxx" command to set the default CA to use.
4 years ago
neil
e932be0fb3
eab
4 years ago
Vinton Huang
4f3f4e23e4
Fix failed test in acmetest. Item alpine:latest - test 12: le_test_standandalone_deactivate_v2
- Message of failed test [1]: /root/.acme.sh/acme.sh --deactivate -d testdocker.acme.sh [FAIL]
- Reason of failure: left brace was not escaped. According to the standard [2], if special chars appear first in an ERE, it will produce undefined results.
- egrep from busybox (and thus alpine) take it as an error, but egrep from GNU grep (included in most distros) and *BSD are more tolerant, just ignore it.
- Fix: consider the right brace at the right-hand side of the ERE, the result string will not contain right brace. So the left-hand side should not contain left brace, too.
[1] 446939706e/logs/alpine-latest.out (L119)
[2] 9.4.3 ERE Special Characters, The Open Group Base Specifications. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html
4 years ago
neil
e2a5af1cf7
fix format
5 years ago
neil
f31debc09c
fix format
5 years ago
neil
6654d7a919
fix format
5 years ago
grindsa
a329547682
prepending for ecc signature
leftpadding "0" if _ec_s and _ec_r are to short
5 years ago
Licaon_Kter
dbc435506c
Fix typo candindates
5 years ago
Tony Gravagno
94787d537a
Issue #2849 Trivial variable name fix from apacheMajer to apacheMajor
5 years ago
Tony Gravagno
eca57beec1
Issue #2850 : grammar corrections for "exists" and "exist".
5 years ago
grindsa
1fe8235a85
Update acme.sh
5 years ago
neil
15dded712c
fix retry
https://github.com/acmesh-official/acme.sh/issues/2939#issuecomment-632481658
5 years ago
Dan Dascalescu
427c278012
Fix sloppy English
5 years ago
neil
59fd48cfe2
support Retry-After header
https://github.com/acmesh-official/acme.sh/issues/2939
5 years ago