Hello,
After having given up on the web interface, I have spent most of the afternoon trying to get zmcertmgr to work. I have a known good cert, known good cert chain, and a known matching private key. They work perfectly in Apache 2.x on a web site. (Cert is a wildcard cert.)
However, zmcertmgr says that it cannot validate the issuer's root. I have tried it with combining all keys into a single file, using a separate temp.crt and temp_ca.crt files, etc. and NOTHING seems to work!Here are some examples:
zmcertmgr verifycrt comm ./commercial.key ./commercial.crt ./commercial_ca.crt
** Verifying ./commercial.crt against ./commercial.key
Certificate (./commercial.crt) and private key (./commercial.key) match.
XXXXX ERROR: Invalid Certificate: ./commercial.crt: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV Root CA
error 2 at 2 depth lookup:unable to get issuer certificate
zmcertmgr verifycrt comm ./commercial.key ./all.crt
** Verifying ./all.crt against ./commercial.key
Certificate (./all.crt) and private key (./commercial.key) match.
XXXXX ERROR: Invalid Certificate: ./all.crt: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV Root CA
error 2 at 2 depth lookup:unable to get issuer certificate
And when I try to install the certs, I get a similar error:
zmcertmgr deploycrt comm ./commercial.crt ./commercial_ca.crt
** Verifying ./commercial.crt against /opt/zimbra/ssl/zimbra/commercial/commercial.key
Certificate (./commercial.crt) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match.
XXXXX ERROR: Invalid Certificate: ./commercial.crt: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV Root CA
error 2 at 2 depth lookup:unable to get issuer certificate
XXXXX ERROR: provided cert isn't valid.
HELP!!!!!!![]()


LinkBack URL
About LinkBacks
Here are some examples:






