Phil Krylov
40e8c5e2b0
Don't use global variable as local in recursion context
```nginx
include conf.d/*;
include sites-enabled/*;
```
In this situation, after the first recursive `_checkConf` invocation 4 lines below, `$_c_file` does not contain what you expect anymore, and the second lookup checks for `conf.d/sites-enabled/*` which is obviously wrong.
3 years ago
neil
84fe6654cc
fix for https://github.com/acmesh-official/acme.sh/issues/3717
3 years ago
neil
d4e1899747
support "--set-default-chain", fix https://github.com/acmesh-official/acme.sh/issues/3717
3 years ago
neilpang
6bdf689d0f
fix https://github.com/acmesh-official/acme.sh/issues/3660
3 years ago
Bernard Spil
e164362069
Make domain names available to pre hook
Export Le_Domains and Le_Alt so your pre-hook script can run additional checks.
Allows running checks on the domain names before the first call to the ACME API. Thereby not counting against the rate-limit when an issue is going to be problematic.
Supersedes: #3288
3 years ago
neilpang
ccfd907914
fix https://github.com/acmesh-official/acme.sh/issues/3649
3 years ago
neilpang
5a44e63cad
fix nginx mode
https://github.com/acmesh-official/acme.sh/issues/3648#issuecomment-894045613
3 years ago
neilpang
06580bf0e4
fix https://github.com/acmesh-official/acme.sh/issues/1914#issuecomment-893188476
3 years ago
jonwltn
6b97dc6734
Minor output formatting changes.
3 years ago
neilpang
2b5e2d4760
fix nginx mode
3 years ago
neilpang
89abad7980
fix https://github.com/acmesh-official/acme.sh/issues/3635
3 years ago
neilpang
5cc1d9521c
fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomment-887689325
3 years ago
neil
655e34b166
minor, clean links for renewal
3 years ago
neilpang
103810ce20
add info
3 years ago
neil
d70b759cb9
format
4 years ago
neil
ae3dda0f8f
add retry for get() and post()
4 years ago
neil
dcc50093bb
fix https://github.com/acmesh-official/acme.sh/issues/3600
4 years ago
jonwltn
a0c5d17539
Fix the URL for checking DNSPod availability.
4 years ago
neilpang
2d07185300
use letsencrypt server to renew certs if no server was saved.
4 years ago
neil
518e1df257
sync ( #3580 )
sync
4 years ago
neilpang
e0def66959
fix for compatiblity
4 years ago
neil
772d970074
fix CI tests ( #3574 )
fix CI tests
4 years ago
neilpang
fb73dceab0
fix format
4 years ago
neilpang
13fd83e0ba
fix revoke
4 years ago
neilpang
13ab98440c
fix initapi
4 years ago
neilpang
1752004301
fix deactivate
4 years ago
neilpang
536a5f7cff
fix deactivate
4 years ago
neilpang
29fe1c86da
fix initapi
4 years ago
neilpang
9daeae1695
remove unnecessary check
4 years ago
neilpang
014e016058
add retry for init api
4 years ago
neilpang
c7285967d6
fix for list short name
4 years ago
neilpang
c0ae44a41b
fix format
4 years ago
neilpang
593e8e1f63
move ca key path
4 years ago
neilpang
707cf35f0a
fix format
4 years ago
neilpang
30f11d0e16
typo
4 years ago
neilpang
53d6ab6c23
support SSL.com
4 years ago
neilpang
280e44304a
fix for compatibility to sslcom
4 years ago
neilpang
8ae08b29e4
fix for solaris
4 years ago
neilpang
d0b514890a
change default ca to zerossl
4 years ago
neil
fd6a59202d
start 3.0.0
4 years ago
Stéphane Parunakian
e353f66eaa
Fix typo
4 years ago
neil
f627a02886
add error message
4 years ago
neil
5f9daa6640
check initAPI error
4 years ago
neil
7710a33b6c
fix format
4 years ago
neil
af3ea2d4fd
remove ACME v1 support
4 years ago
neilpang
aede5c486b
fix https://github.com/acmesh-official/acme.sh/issues/3504
check invalid status first.
4 years ago
neilpang
aa59c46c4c
fix https://github.com/acmesh-official/acme.sh/issues/3504
4 years ago
neilpang
0881cf1379
start 2.9.0
4 years ago
neil
290beb90a7
minor
4 years ago
neil
0a4ef17135
fix nginx relative path issue:
https://github.com/acmesh-official/acme.sh/issues/1743
https://github.com/acmesh-official/acme.sh/issues/1914
4 years ago