Created
April 28, 2016 12:37
-
-
Save isseu/fc9c3cc136236ae73891396b8ce5f180 to your computer and use it in GitHub Desktop.
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
./letsencrypt-auto certonly -d www.domain.com -d domain.com --manual | |
We put information in /public/.well-known/acme-challenge. | |
We update certs in Heroku | |
sudo heroku certs:update /etc/letsencrypt/live/domain.com/fullchain.pem /etc/letsencrypt/live/domain.com/privkey.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment