Click to See Complete Forum and Search --> : IIS and Certificates


shippy
December 13th, 2002, 08:06 AM
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?

Kdr Kane
December 13th, 2002, 10:20 AM
MS KB Article 218445 (http://support.microsoft.com/default.aspx?scid=kb;en-us;218445)

Hope that answers your question.

shippy
December 13th, 2002, 11:11 AM
I need to do it programmatically.