This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Description
Another thing that doesn't work well -- LetsEncrypt doesn't automatically renew properly.
To do it manually:
- SSH into the box.
sudo su
cd /opt/openssf/Project-Security-Metrics
docker exec -it docker_certbot_1 /bin/sh
certbot renew
# It's OK if there are errors about the cert for the Azure domain, just ignore.
exit
docker-compose -f ./docker/docker-compose.yml -f docker/docker-compose-production.yml restart nginx