RE: SSL certificate help!

2002-05-07 Thread t . riteshmenon
To: Tomcat Users List Subject: Re: SSL certificate help! Hi, Follow these steps to configure your digital id 1. generate a local certificate: keytool -genkey -alias tomcat -keyalg RSA -keystore myfile where myfile is the name of the desired keystore-file 2. generate the CSR (you need it to request

SSL certificate help!

2002-05-06 Thread t . riteshmenon
Hello all, I have got a Trial SSL Server Digital ID from Verisign . I would like to know how to configure it with tomcat(3.2.1) . i'm trying to enable ssl with tomcat. any help in this regard would be most welcome. thanks in advance Ritesh

RE: SSL certificate help!

2002-05-06 Thread Dave North
HERE/ /Connector 2) Stop and start the tomcat server -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 6:27 AM To: [EMAIL PROTECTED] Subject: SSL certificate help! Hello all, I have got a Trial SSL Server Digital ID from Verisign . I

Re: SSL certificate help!

2002-05-06 Thread Raja Sekhar
Hi, Follow these steps to configure your digital id 1. generate a local certificate: keytool -genkey -alias tomcat -keyalg RSA -keystore myfile where myfile is the name of the desired keystore-file 2. generate the CSR (you need it to request your (demo)certificate) keytool -certreq