You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2024. It is now read-only.
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