Tools provided If all you want is a self signed cert, we create one upon installation.
The scripts we use are:
zmcreatecert
zmcertinstall mailbox
zmcertinstall mta /opt/zimbra/ssl/ssl/server/smtpd.crt \ /opt/zimbra/ssl/ssl/ca/ca.key
(That last one is one line)
Finally, to enable https:
zmtlsctl https
tomcat stop
tomcat start
This creates a cert for the hostname - take a look at the scripts, it should be pretty straightforward to modify them to create a domain cert. |