First commit of SNI and CCS support in the IIS80 Provider. Only small changes to IIS70 to allow inheritance.

This commit is contained in:
Olov Karlsson 2014-10-22 21:34:14 +02:00
parent bb67d603e2
commit 4d44baa817
11 changed files with 841 additions and 47 deletions

View file

@ -40,7 +40,7 @@ using WebsitePanel.Providers.Web.Iis.WebObjects;
namespace WebsitePanel.Providers.Web.Iis
{
internal sealed class SSLModuleService : ConfigurationModuleService
public class SSLModuleService : ConfigurationModuleService
{
public void GenerateCsr(SSLCertificate cert)
{