View Single Post
  #7 (permalink)  
Old 10-11-2005, 08:28 AM
fak3r fak3r is offline
Intermediate Member
 
Posts: 16
Default

Quote:
Originally Posted by KevinH
Ahh keystore looks like the next stopper. You need to run zmcreatecert and then zmcertinstall twice. Once for mta and once for mail box. So like:

zmcertinstall mta /opt/zimbra/ssl/ssl/server/smtpd.crt /opt/zimbra/ssl/ssl/ca/ca.key

zmcertinstall mailbox /opt/zimbra/ssl/ssl/server/smtpd.crt /opt/zimbra/ssl/ssl/ca/ca.key
Kevin
I don't have /opt/zimbra/ssl, and I don't see an ssl dir anywhere under Zimbra:
Code:
zimbra@jorge bin $ find /opt/zimbra/ -name ssl -print
zimbra@jorge bin $
How do I create these? I don't see anything in the install docs that I missed in regards to ssl.

Also
Code:
zimbra@jorge bin $ find /opt/zimbra/ -name ca.key -print
zimbra@jorge bin $ 
zimbra@jorge bin $ find /opt/zimbra -name smtpd.crt -print
zimbra@jorge bin $
fak3r
__________________
fak3r.com

Last edited by fak3r; 10-11-2005 at 08:30 AM..
Reply With Quote