View Single Post
  #4 (permalink)  
Old 02-16-2008, 02:06 PM
Miklos Kalman Miklos Kalman is offline
Senior Member
 
Posts: 74
Default

Here's what I did. I reissued a new CSR without the accented characters. I requested the certificates from Digicert. I received the 3 files again.

I copied the DigiCertCA.crt to commercial_ca.crt under /opt/zimbra/ssl/commercial

I copied mail_westerlike_com.crt to commercial.crt under
/opt/zimbra/ssl/commercial

I copied DigiCertCA.crt to current_chain.crt under
/opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp

I copied mail_westerlike_com.crt to current.crt under
/opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp

I then ran:
/opt/zimbra/bin/zmcertmgr deploycrt comm

And I got:

** Verifying /opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current.crt against /opt/zimbra/ssl/zimbra/commercial/commercial.key
Certificate (/opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current.crt) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match.
Valid Certificate: /opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current.crt: OK
** Copying /opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current.crt to /opt/zimbra/ssl/zimbra/commercial/commercial.crt
** Appending ca chain /opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current_chain.crt to /opt/zimbra/ssl/zimbra/commercial/commercial.crt
** Installing Certificates from /opt/zimbra/ssl/zimbra/commercial/commercial.crt
** Backup /opt/zimbra/ssl/zimbra to /opt/zimbra/ssl/zimbra.20080216220025
** Creating pkcs12 file /opt/zimbra/ssl/zimbra/jetty.pkcs12...failed.

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

What am I doing wrong? It says that the certificate and the private key match in the above lines. Then later it states that there is no certificate that matches the private key?

Last edited by Miklos Kalman; 02-16-2008 at 02:09 PM..
Reply With Quote