netsh命令需要一个appid(see here):

netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}

到目前为止,我还无法理解我应该如何知道GUID netsh要我提供的内容。有什么提示吗?

最佳答案

您可以使用任何有效的GUID。它仅用于允许您以后识别绑定(bind)。

10-08 02:34