View Single Post
  #2 (permalink)  
Old 01-11-2008, 01:39 PM
janderson janderson is offline
Active Member
 
Posts: 36
Default

This is what I ended up doing, not sure if it was the best method, but it did work!

put my.crt and my.key in the following:

/opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current.key
/opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current.crt

/opt/zimbra/ssl/zimbra/commercial/commercial.key
/opt/zimbra/ssl/zimbra/commercial/commercial.crt

put intermediate.cer
/opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/current_chain.crt

as root: /opt/zimbra/bin/zmcertmgr deploycrt comm

Add "jetty" alias to tomcat keystore
Overwrite /opt/zimbra/jetty/etc/keystore with tomcat keystore

Edit mailboxd_keystore_password, change password to match tomcat keystore

Restart services
Reply With Quote