I have saw that file http://tomcat.apache.org/tomcat-5.5-doc/apr.html:
The "server.xml" file
<Connector port="443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               SSLEngine="on" 
               SSLCertificateFile="${catalina.base}/conf/localhost.crt"
               SSLCertificateKeyFile="${catalina.base}/conf/localhost.key"
/>

But I don't know what is "localhost.crt" and  "localhost.key" ? How can I
create 2 file?
--
View this message in context: http://www.nabble.com/SSL-t1318762.html#a3532758
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to