Builds Prior to 8 19 2019 Manual Update - SonarSoftwareInc/customer_portal GitHub Wiki
Due to an issue with certbot and the recent update the following needs to be ran on your customer portal manually.
cd ~/customer_portal
docker-compose run --rm \
--entrypoint "\
certbot certonly --webroot \
-w /var/www/certbot \
--force-renewal" certbot
docker-compose exec app sv restart nginx
This will renew your customer portal certificate and allow for auto-renews.