Assuming you already have a openssl.cnf file setup, cd into openssl/bin 
and run these commands:

openssl req -config openssl.cnf -new -out server.csr
openssl rsa -in privkey.pem -out server.key
openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 
365





"Raj Mettai" <[EMAIL PROTECTED]>
09/06/2002 09:02 AM
Please respond to "Tomcat Users List"

 
        To:     <[EMAIL PROTECTED]>
        cc: 
        Subject:        How to make apache work both for https

Hi all,

I have Installed Apache2.0.39 from source and configured with  Tomcat4 
using mod_jk on solaris8, I want to make Apache work with both http and 
https, can some one please tell me how to create and install a test 
certificate on apache and possible changes to conf files to make https 
work.


thanks

-Raj




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

Reply via email to