View Single Post
  #5 (permalink)  
Old 02-13-2006, 11:49 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default cert install

Quote:
Originally Posted by jonnyRo
I get this error when running it for mailbox.

zmcertinstall mailbox ssl/ssl/server/server.crt ssl/ssl/server/server.key
** Importing server cert

keytool error: java.lang.Exception: Public keys in reply and keystore don't match
[zimbra@zimbra ~]$
Are server.crt and server.key the files for your "real" cert? Not your self-signed cert?

You'll need to delete the tomcat cert, first, since it appears to be trying to match it up with the csr that's in there:
keytool -delete -keystore /opt/zimbra/tomcat/conf/keystore -alias tomcat

Then try the certinstall
Reply With Quote