我一直在尝试在 PowerShell 上运行以下命令:
netsh http add sslcert ipport=0.0.0.0:443 certhash=<some certhash> appid={<random guid>}
问题是,它"The parameter is incorrect"
每次都返回。我检查了证书哈希号和生成的 guid,它们都很好。事实上,我运行了相同的命令cmd.exe
并且它运行良好,这增加了挫败感。
我想将变量作为certhash
and传递appid
,这就是我使用 PowerShell 的原因。
如果有人可以帮助我理解它为什么不工作,或者它是否缺少在 PowerShell 上工作的东西。