Skip to content

Instantly share code, notes, and snippets.

@bq1990
Created June 23, 2016 20:28
Show Gist options
  • Save bq1990/6df21869a15d82a66c7a39a027f6dd55 to your computer and use it in GitHub Desktop.
Save bq1990/6df21869a15d82a66c7a39a027f6dd55 to your computer and use it in GitHub Desktop.
update letsencrypt cert and push to heroku
sudo certbot renew --agree-tos
sudo heroku _certs:add /etc/letsencrypt/live/www.domain.com/fullchain.pem /etc/letsencrypt/live/www.domain.com/privkey.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment