Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.14 KB

playbook.md

File metadata and controls

42 lines (27 loc) · 1.14 KB

Playbook

Renewing SSL certificate

** To obtain a new or tweaked version of this certificate in the future, simply run certbot-auto again. To non-interactively renew all of your certificates, run "certbot-auto renew"

  1. Download latest certbot-auto. If you have an existing version it will auto-update itself when executed.

wget https://dl.eff.org/certbot-auto

  1. Login to Namecheap and get ready to add a TXT record on the Advanced DNS tab for ultimate-tournament

  2. Run:

./certbot-auto certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d '*.ultimate-tournament.io'
  1. Update the _acme-challenge txt record

  2. Run:

dig -t txt _acme-challenge.ultimate-tournament.io

or use (http://www.ipvoid.com/txt-lookup/)[http://www.ipvoid.com/txt-lookup/]

To confirm the response before continuing

  1. Run:
sudo heroku certs:update /etc/letsencrypt/live/ultimate-tournament.io/fullchain.pem /etc/letsencrypt/live/ultimate-tournament.io/privkey.pem --app ultimate-tournament

To upload the new certificate to Heroku