Fixed:
External IP address bound to SSL binding, now internal dedicated IP SSL Tab only to show website name and domain default choice to include global dns zone during site creation is unchecked When switching SSL enabled site to shared, certificate to be deleted When deleted SSL enabled site, certificate to be deleted Switch IP Mode added to the hosting plan
This commit is contained in:
parent
d35094412d
commit
83886b94e2
9 changed files with 84 additions and 25 deletions
|
@ -79,6 +79,7 @@ order by rg.groupOrder
|
|||
public const string WEB_CFVIRTUALDIRS = "Web.CFVirtualDirectories"; //ColdFusion Virtual Directories
|
||||
public const string WEB_REMOTEMANAGEMENT = "Web.RemoteManagement"; //IIS 7 Remote Management
|
||||
public const string WEB_SSL = "Web.SSL"; //SSL
|
||||
public const string WEB_ALLOWIPADDRESSMODESWITCH = "Web.AllowIPAddressModeSwitch"; //SSL
|
||||
public const string FTP_ACCOUNTS = "FTP.Accounts"; // FTP Accounts
|
||||
public const string MAIL_ACCOUNTS = "Mail.Accounts"; // Mail Accounts
|
||||
public const string MAIL_FORWARDINGS = "Mail.Forwardings"; // Mail Forwardings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue