add location for acme; update scripts
This commit is contained in:
parent
c237c41457
commit
ac1e1f7008
4 changed files with 19 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue