Thread: SMTP SSL error
View Single Post
  #8 (permalink)  
Old 11-08-2005, 11:23 AM
robroadie robroadie is offline
Intermediate Member
 
Posts: 19
Default

Quote:
Originally Posted by marcmac
The problem here is that your keystore has the old my_ca alias in it, and you want to recreate that.
keytool -list -keystore /opt/zimbra/tomcat/conf/keystore -storepass zimbra
Should show a my_ca alias and a tomcat alias. Delete them both:
done. but it only displayed 1 entry - tomcat

Quote:
Originally Posted by marcmac
Then re-run the zmcreatecert and zmcertinstall commands.
right......
Code:
[zimbra@mx bin]$ zmcertinstall mta
** Importing server cert
cp: missing destination file
Try `cp --help' for more information.
[zimbra@mx bin]$ whoami
zimbra
[zimbra@mx bin]$ keytool -list -keystore /opt/zimbra/tomcat/conf/keystore -storepass zimbra
Keystore type: jks
Keystore provider: SUN
Your keystore contains 1 entry
tomcat, 08-Nov-2005, keyEntry,
Certificate fingerprint (MD5):  printed....
[zimbra@mx bin]$
Reply With Quote