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.
|