Heroku SSL: Pem is invalid / Key doesn't match the Pem certificate
Posted
by
Jane
on Server Fault
See other posts from Server Fault
or by Jane
Published on 2012-01-06T04:27:43Z
Indexed on
2012/04/08
23:34 UTC
Read the original article
Hit count: 406
I bought a Gandi.net SSL certificate and I'm following this tutorial.
- I created the key file.
- then transformed it to CSR
- then added it to Gandi website and waited for the CRT.
- then removed the password from the key ===> result : [FINAL KEY]
- then merged the CRT and the FINAL KEY into one file ==> result : [FINAL PEM]
- then heroku ssl:add final_pem final_key --app app_name
and... got Pem is invalid / Key doesn't match the Pem certificate.
I tried 3 times and I really don't know what's going one.
Can you help ?
© Server Fault or respective owner