add location for acme; update scripts

This commit is contained in:
Philip Henning 2024-11-19 12:11:49 +01:00
parent c237c41457
commit ac1e1f7008
4 changed files with 19 additions and 7 deletions

View file

@ -5,9 +5,9 @@ cd "$(dirname "$(realpath "$0")")/../"
lego \
--path ./data/.lego \
--http.port :8080 \
--tls.port :8443 \
--email="acme@base23.de" \
--domains="sso.base23.de" \
--http renew \
--renew-hook="./scripts/cert_renew_hook.sh"
--http \
--http.webroot ./data/nginx/acme \
--renew-hook="./scripts/cert_renew_hook.sh" \
renew