No answer?
Well, i'm doing this over CLI now.
I've made some progress, but now i have zimbra complaining about the comercial_ca.crt file.
I don't have this one... I only have a .cer file given me by the authority who created my certificate. This is the output of zmcertmgr:
Code:
/opt/zimbra/bin/zmcertmgr verifycrt comm /opt/zimbra/ssl/zimbra/commercial/commercial.key /root/<my_certificate_after_sent_to_authority>.cer
** Verifying /root/<my_certificate_after_sent_to_authority>.cer against /opt/zimbra/ssl/zimbra/commercial/commercial.key
Certificate (/root/<my_certificate_after_sent_to_authority>.cer) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match.
Error loading file /opt/zimbra/ssl/zimbra/commercial/commercial_ca.crt
25681:error:02001002:system library:fopen:No such file or directory:bss_file.c:126:fopen('/opt/zimbra/ssl/zimbra/commercial/commercial_ca.crt','r')
25681:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:129:
25681:error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib:by_file.c:274:
usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check] [-engine e] cert1 cert2 ...
recognized usages:
sslclient SSL client
sslserver SSL server
nssslserver Netscape SSL server
smimesign S/MIME signing
smimeencrypt S/MIME encryption
crlsign CRL signing
any Any Purpose
ocsphelper OCSP helper
XXXXX ERROR: Invalid Certificate: How can i convert my .cer file from my authority into the .crt file requested by zimbra?
I know that cer and crt are interchangeable, but this cer file is binary....should it?