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?