Installing a Comodo SSL Certificate on Zimbra Collaboration

Revision as of 22:12, 2 September 2008 by Jason (talk | contribs) (New page: == Installing a Comodo SSL certificate with zmcertmgr == Use the article as a guide to installing a Comodo issued SSL certificate with the zmcertmgr tool. 1. Get a Tomcat bundle from C...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing a Comodo SSL certificate with zmcertmgr

Use the article as a guide to installing a Comodo issued SSL certificate with the zmcertmgr tool.

1. Get a Tomcat bundle from Comodo in PEM format.

2. Place the bundle on your Zimbra mailbox server. You should receive a ca_root.crt and ca_intermediate.crt files. Note the root and intermediate files may have different names.

3. Cat the CA certs to form a single CA certificate chain file

 cat ca_root.crt ca_intermediate.crt > /tmp/ca_bundle.crt

4. Place server certificate in /tmp/server.crt.

5. Deploy the commercial certificate with zmcertmgr as the root user.

 cd /opt/zimbra/bin
 ./zmcertmgr deploycrt comm /tmp/server.crt /tmp/ca_bundle.crt
Jump to: navigation, search