Thread: certs
View Single Post
  #2 (permalink)  
Old 09-29-2005, 07:02 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,073
Default 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.