Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 83133 invoked by uid 500); 22 Aug 2001 13:29:21 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 83126 invoked from network); 22 Aug 2001 13:29:21 -0000 Received: from crown161.dsl.crown.net (HELO hawk) (208.137.8.170) by h31.sny.collab.net with SMTP; 22 Aug 2001 13:29:21 -0000 Received: from hawk ([127.0.0.1]) by hawk with Microsoft SMTPSVC(5.0.2195.2966); Wed, 22 Aug 2001 08:29:14 -0500 Message-ID: <001f01c12b0e$6f981960$aa0889d0@hawk> From: "Jonathan Eric Miller" To: References: Subject: Re: Jsse / SSL / Tomcat Date: Wed, 22 Aug 2001 08:29:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-OriginalArrivalTime: 22 Aug 2001 13:29:14.0501 (UTC) FILETIME=[6F9A6350:01C12B0E] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ----- Original Message ----- From: "zze-messager FTM balr002" To: Sent: Wednesday, August 22, 2001 2:42 AM Subject: Jsse / SSL / Tomcat > Hello, > > I need to use HTTPS > > 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext > and in $TOMCAT/lib. > 2. I need now to create a server certificate : I've tried the command line : > > > keytool -genkey -alias tomcat -keyalg RSA > > -> i'm asked for the password : changeit > but, the following error appears : keytool generator notr available. What version of the JDK are you using? Are you using Sun's JVM? > What's haapened ? > What can i do ? > What's does it mean "tomcat" after the key word "alias" ?? That's the alias/name that is associated with the certificate that you are creating. Jon > > Tanks for help, > > Delphine >