On 9/28/07, Deep Chand <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm a newbie to openssl and openssl toolkit. i need to add support for tls > to one java client including client authentication, and i've made the > changes to the client and need to test it with server, so trying to use > s_server. I have used keytool utility supplied with jdk1.4 to generate > client/server public/private key certificates using rsa algo. how do i use > these certificates in invoking and testing my client using s_server?
openssl s_server <some tcp options here> -cert filename -key keyfile and it should work. Checkout man page for more information about available options :) ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
