Created
June 23, 2016 20:28
-
-
Save bq1990/6df21869a15d82a66c7a39a027f6dd55 to your computer and use it in GitHub Desktop.
update letsencrypt cert and push to heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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