Re: Client side certificate for using in SSL connection

2009-02-06 Thread Emanuele Cesena
On Thu, 2009-02-05 at 17:01 +0300, mb0 wrote: > 1. can it be self-signed root certificate? > it can be either a root certificate or a certificate signed by a CA. The certificate structure is the same, the meaning is different. When the server receive the certificate, it has to verify it. If it is

Re: Client side certificate for using in SSL connection

2009-02-06 Thread naveen.bn
mb0 wrote: Hello, i explored this article: http://support.microsoft.com/kb/315588 My questions are about using openssl to generate client-side certificate for using in SSL tunnel 1. can it be self-signed root certificate? 2. what options of openssl must i use so that Internet Explorer coul

Client side certificate for using in SSL connection

2009-02-05 Thread mb0
Hello, i explored this article: http://support.microsoft.com/kb/315588 My questions are about using openssl to generate client-side certificate for using in SSL tunnel 1. can it be self-signed root certificate? 2. what options of openssl must i use so that Internet Explorer could import it?