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

Note: Renewing LetsEncrypt #71

@scovetta

Description

@scovetta

Another thing that doesn't work well -- LetsEncrypt doesn't automatically renew properly.

To do it manually:

  1. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions