change to use wildcard certificates

This commit is contained in:
Philip Henning 2025-01-28 18:49:38 +01:00
parent 0272c062d3
commit 452c255314
4 changed files with 24 additions and 14 deletions

View file

@ -6,7 +6,8 @@ cd "$(dirname "$(realpath "$0")")/../"
lego \
--path ./data/.lego \
--email="acme@base23.de" \
--domains="sso.base23.de" \
--http.webroot="./data/nginx/acme" \
--http renew \
--domains="*.base23.de" \
--dns hetzner \
--dns \
renew \
--renew-hook="./scripts/cert_renew_hook.sh"