View Single Post
  #3 (permalink)  
Old 09-11-2006, 01:53 PM
shiva shiva is offline
Starter Member
 
Posts: 2
Default

Quote:
Originally Posted by phoenix
Why are you using a self signed certificate for tomcat when you have a commercial one?
I am attempting to install the commercial one.

Quote:
Have you followed the instructions on this page? If you have can you tell us at which step it went wrong?
I purchased the cert a while ago, so I didn't bother with generating a CSR. Running `zmcertinstall mailbox my.crt my.key` results in the first branch being executed:

Code:
if [ $APP = "mailbox" ]; then
     keytool -import -alias tomcat -keystore ${TCONF}/keystore \
        -trustcacerts -file ${CERTFILE} -storepass zimbra
else
     cp -f $CERTFILE ${CONF}/smtpd.crt
     cp -f $KEYFILE ${CONF}/smtpd.key
fi
I assume that has the same effect as performing steps B and C manually?
Reply With Quote