Webserver configuration
This section covers all webserver container configurations.
Certificate renewal
Prerequisities
1. Prepare updated files fullchain.pem
and privkey.pem
Creation of updated certificate is out of scope of this documentation.
Steps for certificate renewal
2. Copy fullchain.pem
and privkey.pem
to /var/dockershare/webserver/ssl
(replace old ones).
3. Restart webserver container (you must be at the directory where docker-compose.yml is located).
cd ~/GDPRExplorer/ sudo docker-compose restart webserver
Get me there: