You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by zze-messager FTM balr002 <me...@rd.francetelecom.com> on 2001/08/22 09:42:41 UTC

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's haapened ?
What can i do ?
What's does it mean "tomcat" after the key word "alias" ??


Tanks for help, 

Delphine

Re: Jsse / SSL / Tomcat

Posted by Jonathan Eric Miller <to...@shark.uchicago.edu>.
----- Original Message -----
From: "zze-messager FTM balr002" <me...@rd.francetelecom.com>
To: <to...@jakarta.apache.org>
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
>