Re: Generating .keystore does not work

2001-11-14 Thread Sachin Pandey
Which version of JDK are u using? Sun's JDK comes along with the KeyPairGenerator in the form of sunrsasign.jar in the jre/lib directory. The IBM's jdk doesn't come along with the RSA provider so u have to put the sunrsasign.jar in the jre/lib/ext directory and edit the java.security file to

Re: Generating .keystore does not work

2001-11-13 Thread Richard Troy
[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Generating .keystore does not work > > Hi there!! > We are using Tomcat 4.0.1 on Solaris 8. > We have been attempting to get SSL to work on Tomcat by following the > document @ http://jakarta.apache.org/tomcat/tomcat

Generating .keystore does not work

2001-11-13 Thread Tanner, Don
Hi there!! We are using Tomcat 4.0.1 on Solaris 8. We have been attempting to get SSL to work on Tomcat by following the document @ http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html. When we run $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA this is what happens: ./keytool