View Single Post
  #20 (permalink)  
Old 10-13-2006, 10:58 AM
kechols kechols is offline
Senior Member
 
Posts: 72
Default

Not Godaddy specifically but, for thawte certs the keytool command should be done as
Code:
keytool -import -alias tomcat -trustcacerts -file foo.crt -keystore /opt/zimbra/ssl/ssl/commercial.keystore
instead of
Code:
keytool -import -alias tomcat -keystore /opt/zimbra/ssl/ssl/commercial.keystore -trustcacerts -file foo.crt
running the first says my certificate expired less than 1month after installing it.
This is of course according to thawte. I will be testing this tonight and see how it does. If anyone has run into this problem and can confirm it for me I'd appreciate it.

Thanks,
Kyle
Reply With Quote