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