change to use wildcard certificates
This commit is contained in:
parent
0272c062d3
commit
452c255314
4 changed files with 24 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue