update renew script
This commit is contained in:
parent
428d5c288f
commit
f2fbc6ab25
1 changed files with 5 additions and 6 deletions
|
@ -4,10 +4,9 @@ set -euf -o pipefail
|
||||||
cd "$(dirname "$(realpath "$0")")/../"
|
cd "$(dirname "$(realpath "$0")")/../"
|
||||||
|
|
||||||
lego \
|
lego \
|
||||||
--path ./data/.lego \
|
--path ./data/.lego \
|
||||||
--email="acme@base23.de" \
|
--email="acme@base23.de" \
|
||||||
--domains="sso.base23.de" \
|
--domains="sso.base23.de"
|
||||||
--http \
|
--http.webroot="./data/nginx/acme" \
|
||||||
--http.webroot ./data/nginx/acme \
|
--http renew \
|
||||||
--renew-hook="./scripts/cert_renew_hook.sh" \
|
--renew-hook="./scripts/cert_renew_hook.sh"
|
||||||
renew
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue