Skip to content

Renewing Certs using Let's Encrypt's Crypt bot

DavidWChen edited this page Jan 23, 2019 · 2 revisions
  1. Log into AWS and switch to root (sudo su - ubuntu)

  2. docker-compose down

  3. ./certbot renew

    • in /opt/eff.org/certbot/venv/bin
  4. Update .pem files in nginx.conf (in Frontend) (incr. by one)

  5. Rebuild Frontend

  6. docker-compose up -d or make deploy

Notes:

  • if memory runs out, run docker system prune
Clone this wiki locally