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: 374

Filed under:
|
|
|

I bought a Gandi.net SSL certificate and I'm following this tutorial.

  1. I created the key file.
  2. then transformed it to CSR
  3. then added it to Gandi website and waited for the CRT.
  4. then removed the password from the key ===> result : [FINAL KEY]
  5. then merged the CRT and the FINAL KEY into one file ==> result : [FINAL PEM]
  6. 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

Related posts about ssl

Related posts about certificate