View Single Post
  #15 (permalink)  
Old 01-23-2008, 04:32 PM
mjeanson mjeanson is offline
New Member
 
Posts: 3
Default

I had the same problem installing a DigiCert chained certificate with the manual procedure that endend with the error :

XXXXX ERROR: failed to create jetty.pkcs12
No certificate matches private key

Turns out my certificate files were missing newline character on the last line which caused openssl to not recognise the concatenated file that contained the certificate and the CA.

Hope it helps.

Last edited by mjeanson : 01-23-2008 at 09:37 PM.
Reply With Quote