RE: tomcat jsse help!

2002-08-12 Thread Durham David Cntr 805CSS/SCBE
create your own keystore: keytool -genkey -alias tomcat -keyalg RSA -keystore tomcatCerts -Original Message- From: Truong Hieu C Sent: Monday, August 12, 2002 10:43 AM To: Tomcat Users List Subject: tomcat jsse help! Hi All, I wanted to turn on https support for tomcat.

Re: tomcat jsse help!

2002-08-12 Thread Truong,Hoang C.
Thanks David. I created my own keystore succesfully but I still get same error when I startup tomcat. Do I need to do anything else? -Hoang Durham David Cntr 805CSS/SCBE wrote: create your own keystore: keytool -genkey -alias tomcat -keyalg RSA -keystore tomcatCerts -Original

RE: tomcat jsse help!

2002-08-12 Thread Durham David Cntr 805CSS/SCBE
You have to tell tomcat to use that keystore. I'm not sure how to do that, check the manual. -Original Message- From: Truong Hieu C Sent: Monday, August 12, 2002 11:08 AM To: Tomcat Users List Subject: Re: tomcat jsse help! Thanks David. I created my own keystore