mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
fix bug. Renewall
This commit is contained in:
parent
889dbbc092
commit
1d9dcdd5b2
5
le.sh
5
le.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VER=1.0.3
|
VER=1.0.4
|
||||||
PROJECT="https://github.com/Neilpang/le"
|
PROJECT="https://github.com/Neilpang/le"
|
||||||
|
|
||||||
DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
|
DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
|
||||||
@ -709,6 +709,9 @@ renewAll() {
|
|||||||
CERT_PATH=""
|
CERT_PATH=""
|
||||||
CA_CERT_PATH=""
|
CA_CERT_PATH=""
|
||||||
ACCOUNT_KEY_PATH=""
|
ACCOUNT_KEY_PATH=""
|
||||||
|
|
||||||
|
wellknown_path=""
|
||||||
|
|
||||||
renew "$d"
|
renew "$d"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user