Re: configuring openSSL in Solaris

2007-05-31 Thread Marek Marcola
Hello, > I have configured openSSL in Win-XP by downloading > Openssl-0.9.8d,tcnative-1.dll and runnig commands as, > openssl req -config openssl.cnf -new -out server.csr > openssl rsa -in privkey.pem -out server.key > openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365

Re: configuring openSSL in Solaris

2007-05-30 Thread Sandip Patil
Hi Marek, Thanks a lot for your reply. Actually I donot want to use default keytool from java/jre1.5.0_05/bin directory. I have configured openSSL in Win-XP by downloading Openssl-0.9.8d,tcnative-1.dll and runnig commands as, openssl req -config openssl.cnf -new -out server.

Re: configuring openSSL in Solaris

2007-05-30 Thread Andy Harrison
On 5/30/07, Sandip Patil <[EMAIL PROTECTED]> wrote: Hi All, I have configured openSSL on Win-XP successfully. Can anyyou please tell me how to configure openSSL on solaris.I am using tomcat 5.5 as server.(since while configuring with windows there are some .dll files there which I cannot use in

Re: configuring openSSL in Solaris

2007-05-30 Thread Marek Marcola
Hello, > > I have configured openSSL on Win-XP successfully. > Can anyyou please tell me how to configure openSSL on solaris.I am > using tomcat 5.5 as server.(since while configuring with windows there > are some .dll files there which I cannot use in solaris) Tomcat does not use OpenSSL for encr

configuring openSSL in Solaris

2007-05-30 Thread Sandip Patil
Hi All, I have configured openSSL on Win-XP successfully. Can anyyou please tell me how to configure openSSL on solaris.I am using tomcat 5.5 as server.(since while configuring with windows there are some .dll files there which I cannot use in solaris) Please help. Thanks in advanc