hi!
    this is the sample connector given in the doc..

Connector port="8443" 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"
/

have this in my server.xml..

i did not understand how to generate .key and .cert
files above
i used this documnetation
http://sandbox.rulemaker.net/ngps/m2/howto.ca.html

1) to generate a CA (so got cacert.pem and cakey.pem)

2)generate a new request (for certificate) and sign it
and got newkey.pem and newcert.pem 

then 
i used these two files for localhost.key and
localhost.cert above by coping these to that location

still https://localhost:8443 is not working

am i wrong in generating the localhost.key and
localhost.cert files??

thanks
neha


      Forgot the famous last words? Access your message archive online at 
http://in.messenger.yahoo.com/webmessengerpromo.php


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to