Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有工具或编程方式将 SSL 证书安装到 IIS 6 和 7 中的默认网站?理想情况下,我正在寻找可以通过非托管代码或 .NET 托管代码完成的事情。
你可以看看
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bf6b6472-f58e-4271-9297-284357f69023.mspx?mfr=true
类似于: set ssl = CreateObject("IIS.CertObj")
ssl.InstanceName = "0.0.0.0:443"
ssl.Import pfxfile, pfxfilepassword, true, true