copy certificates to the correct directory

This commit is contained in:
Philip Henning 2024-11-19 17:31:12 +01:00
parent 0668e5cda5
commit 4e95ba6c97

View file

@ -3,4 +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"
docker compose restart nginx