View Single Post
  #4 (permalink)  
Old 11-10-2009, 11:47 AM
Waffles Waffles is offline
Member
 
Posts: 13
Default

WOW. Just spent many hours working on this.


cspiess's instructions did everything I need except for ONE step that seemed to be necessary for me.

he had:
Quote:
To remedy this, run the following as root

Code:
prompt# /opt/zimbra/java/bin/keytool -import -alias root -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit -file /opt/zimbra/conf/ca/commercial_ca.pem
Zimbra should now start with the certificate installed.
Before I could do the KEYTOOL -IMPORT I had to delete the root alias first:

Code:
/opt/zimbra/java/bin/keytool -delete -alias root -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit
Reply With Quote