I got more information on sun's web site:

You needs a third party RSA generator - I tried     "Forge Security Provider"
http://www.forge.com.au/products/crypto/index.html/

You needs to add a line in JAVA_HOME/jre/lib/security/java.policy :
security.provider.3=au.com.forge.provider.ForgeProvider

and place "forge.jar" in classpath or in JAVA_HOME/jre/lib/ext

I got successfully ( you will needs to connect to thawte web site ):
keystore, test.cer, test.csr

My problem is I'm now blocked after command:
keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file test.cer
...
keytool error: Unsupported encoding

Any idea ?

BernardB|

On Ven, 4 f�v 2000,  <[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"
>
>
>
>
>


+------------------+----------------------------+
| Bernard Sauterel | sauterel.net               |
+------------------+----------------------------+
             email | [EMAIL PROTECTED]
            direct | 022 840 31 58
               fax | 022 840 31 56
             natel | 078 604 43 34

Reply via email to