Hello,
This usually happens (at least for me) if there is a path problem that makes
keytool be run from an old jdk and not the currently installed one.
Try specifying keytool with the full path (for example
c:\java\jdk1.3b1\bin\keytool) and see if that helps.
Also, what JDK do you use?
Regards,
Karl Avedal
[EMAIL PROTECTED] wrote:
> This is possibly a problem with my installation but still.....
>
> I followed the "ssl-howto.txt" to create a secure site. The problem is that
> the first thing I run into when doing
>
> keytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456
> -validity 360
>
> is the error:
>
> "keytool error: KeyPairGenerator not available"