You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Zhang, Forrest Lin" <fz...@verisign.com> on 2001/03/27 23:20:37 UTC

SSL-Keytool Problem

Hi, Nell,
You need a RSA provider.
You can download a SunJSSE RSA provider which is free from the java.sun home
site.
After installing the JSSE, you need to copy the lib/*.jar to the jre's
lib/ext directory.
I am pretty sure this will work.
Forrest

Re: SSL-Keytool Problem

Posted by Matthew L Daniel <md...@scdi.com>.
> You can download a SunJSSE RSA provider which is free from the java.sun home
> site.

    Also look at http://www.openjce.org/ as that may or may not fit your
licensing needs better than Sun's license.

> After installing the JSSE, you need to copy the lib/*.jar to the jre's
> lib/ext directory.

    Don't forget to add the provider to your
JRE_HOME/lib/security/java.security file.  It should go after
security.provider.1 but before security.provider.2 (at least with OpenJCE).
YMMV.

  -- /v\atthew
-- 
Matthew L Daniel    Never put off until tomorrow what you can do today.
Wizard              There might be a law against it by that time.
mdaniel@scdi.com    -- `/usr/bin/fortune`