> Man, it's not that I don't know how to run Tomcat with > SSL. I know how to do that with the keytool-generated > certificate. > > What I don't understand is why I can't run Tomcat SSL > with the certificate generated by my little Java > program. And it is a valid certificate which I can > successfully import into the keystore as alias tomcat. > > Any idea?
Have you had a read of http://java.sun.com/j2se/1.4/docs/tooldocs/windows/keytool.html ? Specifically, at the end under "Examples" you will find "Requesting a Signed Certificate from a Certification Authority" and "Importing the Certificate Reply from the CA" which may help. Cheers, Jon > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online > http://webhosting.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
