fix lego options

This commit is contained in:
Philip Henning 2024-11-19 11:15:00 +01:00
parent 2c3a0864da
commit d542bbd20d
2 changed files with 4 additions and 5 deletions

View file

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