View Single Post
  #3 (permalink)  
Old 08-12-2006, 02:30 PM
keithop keithop is offline
Senior Member
 
Posts: 61
Default

Quote:
Originally Posted by phoenix
Have you done step 9 of that wiki entry?
Thanks for the reply, but are we looking at different entries? there's isn't a step 9 that I can see on there?

(there's a generic getting a certificate procedure which I've done, then there are multiple specific ssl cert authority procedures such as CAcert, godaddy etc)

Quote:
Have you also seen this post? Have you followed those instructions?
The wiki that is referred to at the head of that thread says
"If you're working with a commercial certificate, don't use this page - go here instead!" and the go here refers to the wiki I referred to in the first para...

The author does refer to some instructions (copied below) which I can't find in any document anywhere.. it sounds like I need whatever document the below comes from so I can read it in its entirety!

"However, when I did the following instruction as suggested to install a commerical SSL certificate, I experienced errors.
Instruction:
To Install a commerical SSL certificate first remove the self signed cert:
su - zimbra
keytool -delete -alias tomcat -keystore /opt/zimbra/tomcat/conf/keystore -storepass zimbra
keytool -delete -alias my_ca -keystore /opt/zimbra/tomcat/conf/keystore -storepass zimbra

then using your new certificate and key run:
zmcertinstall mailbox ssl/ssl/server/commercial.crt
zmcertinstall mta ssl/ssl/server/commercial.crt ssl/ssl/server/commercial.key"
Reply With Quote