I am up to the point of importing my certificate with the command (where filename is the name of the domain.): C:\Program Files\Java\jdk1.5.0_05\bin>keytool -import -alias tomcat.keystore -trustcacerts -file filename.crt But I get this error when I run it: keytool error: java.lang.Exception: Failed to establish chain from reply What am I doing wrong? Thank you in advance, Andy
- Installing my SSL Certificate. Andy Tipton
- RE: Installing my SSL Certificate. Kent, Doug