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.
IIS 6 および 7 の既定の Web サイトに SSL 証明書をインストールするツールまたはプログラムによる方法はありますか? 理想的には、アンマネージ コードまたは .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