CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2002
    Posts
    4

    IIS and Certificates

    I have a program that creates and installs certificates to be used for SSL. But after I create a one, I need to assign it to an IIS website somehow so the site knows to use that certificate. Does anyone know how to do this programmatically?

  2. #2
    Join Date
    May 2002
    Location
    Texas
    Posts
    222
    MS KB Article 218445

    Hope that answers your question.

  3. #3
    Join Date
    Nov 2002
    Posts
    4
    I need to do it programmatically.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured