Connecting Tech Pros Worldwide Help | Site Map

About Creating SSL certificates IIS 5.1

  #1  
Old May 21st, 2009, 11:39 AM
Member
 
Join Date: Oct 2008
Posts: 70
Hiii experts ,

To convert communication type to my website, which is developed using asp.net and C# , from HTTP to HTTPS

Can anybody tell me How can i create the SSL cretificates with out taking the help from any third party providers,,,i've succesfully installed a certificate from a third party provider.But my boss dont want it to be from a third party provider...it should be our own certificate.

plz suggest me a solution.

Thank you all,

BTR.
  #2  
Old May 26th, 2009, 09:51 PM
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North :)
Posts: 4,940
Provided Answers: 8

re: About Creating SSL certificates IIS 5.1


There is a Internet Information Services Resource Kit for (IIS) 6.0 that will let you deploy SSL certificates.

From what I gather the instructions are to:
  • Download the resource kit....
  • Install the resource kit (requires Windows Server 2003, Windows XP)
  • From the Windows Start Menu, go to the "\Programs\IIS Resources\SelfSSL" folder and select "SelfSSL".
  • A command prompt will appear with instructions: Type "selfssl" to run the program.
  • Type "y" to confirm overriding/installing the certificate on the given site.
  • Test that it by visiting https://localhost/.

This link looks very helpful too...
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
.Net frameword Resources ( vb.net , asp.net etc...) shamirza answers 0 January 17th, 2007 08:05 AM
HTTPS using VB.NET application Ashutosh Bhalerao answers 1 November 22nd, 2005 06:52 AM
Restricting access to website from public wrytat answers 7 July 22nd, 2005 03:06 AM
HTTPS using VB.NET application Ashutosh Bhalerao answers 1 July 21st, 2005 12:01 PM