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 could
import it?
3. if no client certificate is used, how SSL handshake happens? what
certificate/private ey is used on the client side?
--
Serge
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org
1) use you can have a self-signed root certificate and use it to sign
your client certificate .
2) I think you can use these link for generating self signed root and
your client certificate .
http://www.eclectica.ca/howto/ssl-cert-howto.php#cnfig
study the doc on openssl it will help from openssl website
--
Thanks and Regards
Naveen
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org