Created
April 17, 2014 23:24
-
-
Save texuf/11016922 to your computer and use it in GitHub Desktop.
This file contains 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
openssl rsa -in ssl.key -out ssl.nopass.key | |
cat ssl.crt sub.class2.server.ca.pem ca.pem > concatenated.crt | |
heroku certs:update concatenated.crt ssl.nopass.key --app <APP_NAME> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment