Commit 1d9dcdd5 authored by neil's avatar neil
Browse files

fix bug. Renewall

parent 889dbbc0
#!/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() { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment