"Terry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, I'm installing SSL on Tomcat 5.0.25. My system settings are > Linux Mandrake 10 > java version "1.4.2_04" > Tomcat 5.0.25 > > In a nutshell I believe I am looking for where I need to copy my > .keystore file or make some configuration in tomcat. > > I followed the how-to at > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html but I > think I missed a step. > > So far, I uncommented my SSL connector in my server.xml file > <Connector port="8443" > maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" > enableLookups="false" disableUploadTimeout="true" > acceptCount="100" debug="0" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > > And, I created a keystore named .keystore and placed it into the root > directory of jakarta-tomcat-5.0.25, set with a password of 'changeit' > > with the following command > 'keytool -genkey -keyalg RSA -alias tomcat -keystore .keystore' > > whats next?
Add keystoreFile=".keystore" to your Connector. > thanks, > -Terry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
