Run nginx as docker container instead of on the host system (#36)

This commit is contained in:
Arjan H
2022-04-02 13:01:52 +02:00
parent 8f97390494
commit 954d9bb014
56 changed files with 117 additions and 91 deletions

View File

@@ -16,7 +16,7 @@ tar xzf $FILE
cd /home/labca/boulder
docker-compose exec bmysql mysql boulder_sa_integration <$TMPDIR/boulder_sa_integration.sql
mv -f $TMPDIR/*key* $TMPDIR/*cert.pem $TMPDIR/*.csr /etc/nginx/ssl/
mv -f $TMPDIR/*key* $TMPDIR/*cert.pem $TMPDIR/*.csr /home/labca/nginx_data/ssl/
rm -rf /home/labca/admin/data && mv $TMPDIR/data /home/labca/admin/