About Creating SSL certificates IIS 5.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • btreddy
    New Member
    • Oct 2008
    • 83

    About Creating SSL certificates IIS 5.1

    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'v e 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.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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\SelfS SL" 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...

    Comment

    Working...