Hello...

Is there a cookbook for Java-->OpenSSL avaialble for the
SSL newbie?  I'm trying to connect a Java server (GLUE
SOAP server) that I've SSL-enabled by using keytool to
generate a certification file.  I've used the following
command to do that:

keytool -genkey -alias test -keyalg rsa -keystore 
/opt/java/jre/lib/security/cacerts

(Is this considered "self-signed" because I
didn't use an authority like Verisign?)  This
key works great for Java-to-Java interactions where
I can just copy the file to any JVM I want to use.

Now I'm trying to install Perl SOAP::Lite with SSL enabled
for the client.

I compiled and installed OpenSSL but am not sure where
to go from there.  How can I make my keytool-generated
cert file accessible to OpenSSL?

Thanks in advance for any guidance.
Greg

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to