Hi,
I have a problem with my SSL certificat (globalSign).
The CSR file wasn't created with the admin interface but with openssl -req node....
When i verify my certificat with openssl, it's seems OK.
Quote:
openssl verify -CAfile /root/ssl/commercial_ca.crt /root/ssl/commercial.crt
/root/ssl/commercial.crt: OK
|
But when i try to verify my certificate with zmcertmgr, i have this message :
Quote:
/opt/zimbra/bin/zmcertmgr verifycrt comm commercial.key /root/ssl/commercial.crt
** Verifying /root/ssl/commercial.crt against commercial.key
Certificate (/root/ssl/commercial.crt) and private key (commercial.key) match.
XXXXX ERROR: Invalid Certificate: /root/ssl/commercial.crt: /OU=Organization Validation CA/O=GlobalSign/CN=GlobalSign Organization Validation CA
error 2 at 1 depth lookup:unable to get issuer certificate
|
and
Quote:
/opt/zimbra/bin/zmcertmgr deploycrt comm /root/ssl/commercial.crt /root/ssl/commercial_ca.crt
** Verifying /root/ssl/commercial.crt against /opt/zimbra/ssl/zimbra/commercial/commercial.key
Certificate (/root/ssl/commercial.crt) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match.
XXXXX ERROR: Invalid Certificate: /root/ssl/commercial.crt: /OU=Organization Validation CA/O=GlobalSign/CN=GlobalSign Organization Validation CA
error 2 at 1 depth lookup:unable to get issuer certificate
XXXXX ERROR: provided cert isn't valid.
|
I have verified my ROOT CA file and it's seems ok.
thanks