Previous i've downloaded
http://www.geotrust.com/resources/ro..._Authority.cer by Windows Firefox then copy&paste into zimbra host by putty.
Now i used wget -c
http://www.geotrust.com/resources/ro..._Authority.cer and copied this file into /tmp/ca_bundle.crt
Then cd /opt/zimbra/bin
and ./zmcertmgr deploycrt comm /tmp/server.crt /tmp/ca_bundle.crt
Now i have other info:
** Verifying /tmp/server.crt against /opt/zimbra/ssl/zimbra/commercial/commercial.key
Certificate (/tmp/server.crt) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match.
Valid Certificate: /tmp/server.crt: OK
** Copying /tmp/server.crt to /opt/zimbra/ssl/zimbra/commercial/commercial.crt
** Appending ca chain /tmp/ca_bundle.crt to /opt/zimbra/ssl/zimbra/commercial/commercial.crt
** Saving server config key zimbraSSLCertificate...done.
** Saving server config key zimbraSSLPrivateKey...done.
** Installing mta certificate and key...done.
** Installing slapd certificate and key...done.
** Installing proxy certificate and key...done.
** Creating pkcs12 file /opt/zimbra/ssl/zimbra/jetty.pkcs12...failed.
XXXXX ERROR: failed to create jetty.pkcs12
No certificate matches private key
What does it mean? How to fix it?
Thx.