Skip to content

Instantly share code, notes, and snippets.

@texuf
Created April 17, 2014 23:24
Show Gist options
  • Save texuf/11016922 to your computer and use it in GitHub Desktop.
Save texuf/11016922 to your computer and use it in GitHub Desktop.
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