tags:

views:

59

answers:

2

Hi,

I am using asp.net 3.5 with c#, I want to develop website with SSL transaction. But before Developing the site I want to work with SSL to learn more from it. Please let me know from where I can get the dummy SSL or Fake SSL so that I could do the development work.

Thanks in advance

A: 

Try one of those links.

Darin Dimitrov
+2  A: 

makecert can be used,

Client certificate http://msdn.microsoft.com/en-us/library/ff650751.aspx

Server certificate http://msdn.microsoft.com/en-us/library/ms751408.aspx

Lex Li