Installing a Comodo SSL Certificate on Zimbra Collaboration

Revision as of 20:31, 24 November 2009 by Cfremon (talk | contribs) (Adding category)

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
Verified Against: Zimbra Collaboration Suite 5.x Date Created: 9/2/2008
Article ID: https://wiki.zimbra.com/index.php?title=Installing_a_Comodo_SSL_Certificate_on_Zimbra_Collaboration Date Modified: 2009-11-24



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search