** 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"
- Download latest
certbot-auto
. If you have an existing version it will auto-update itself when executed.
wget https://dl.eff.org/certbot-auto
-
Login to Namecheap and get ready to add a TXT record on the Advanced DNS tab for ultimate-tournament
-
Run:
./certbot-auto certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d '*.ultimate-tournament.io'
-
Update the _acme-challenge txt record
-
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
- 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