change to use wildcard certificates
This commit is contained in:
parent
0272c062d3
commit
452c255314
4 changed files with 24 additions and 14 deletions
|
@ -3,6 +3,6 @@ set -euf -o pipefail
|
|||
|
||||
cd "$(dirname "$(realpath "$0")")/../"
|
||||
|
||||
install -m 400 -o 101 -g 101 "./data/.lego/certificates"/{sso.base23.de.crt,sso.base23.de.issuer.crt,sso.base23.de.key} "./data/nginx/certs"
|
||||
install -m 400 -o 101 -g 101 "./data/.lego/certificates"/{_.base23.de.crt,_.base23.de.issuer.crt,_.base23.de.key} "./data/nginx/certs"
|
||||
|
||||
docker compose restart nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue