温馨提示×

Windows的ssl端口怎么查看

小新
846
2021-02-16 10:24:11
栏目: 云计算

Windows的ssl端口怎么查看

查看Windows中ssl端口的方法:

1.在Windows打开命令行窗口。

2.在命令行窗口输入以下命令查看.

netsh

http show sslcert


示例:

C:\Users\Administrator>netsh

netsh>http show sslcert

SSL 证书绑定:

-------------------------

IP:端口 : 0.0.0.0:443

证书哈希 : 7bdb08e169609fcc5b5a7417be4fd72411de59fa

应用程序 ID : {4dc3e181-e14b-4a21-b022-59fc669b0914}

证书存储名称 : MY

验证客户端证书吊销 : Enabled

仅使用缓存客户端证书验证吊销 : Disabled

用法检查 : Enabled

吊销更新时间: 0

URL 检索超时 : 0

Ctl 标识符 : (null)

Ctl 存储名称 : (null)

DS 映射器用法 : Disabled

协商客户端证书 : Disabled

IP:端口 : 0.0.0.0:8086

证书哈希 : 7bdb08e169609fcc5b5a7417be4fd72411de59fa

应用程序 ID : {d1f0a245-9db2-4c8e-bd85-39f13bce3c27}

证书存储名称 : (null)

验证客户端证书吊销 : Enabled

仅使用缓存客户端证书验证吊销 : Disabled

用法检查 : Enabled

吊销更新时间: 0

URL 检索超时 : 0

Ctl 标识符 : (null)

Ctl 存储名称 : (null)

DS 映射器用法 : Disabled

协商客户端证书 : Disabled

IP:端口 : 0.0.0.0:8172

证书哈希 : b33bc6a56279fcfa80178290e592697e8f670f9c

应用程序 ID : {00000000-0000-0000-0000-000000000000}

证书存储名称 : MY

验证客户端证书吊销 : Enabled

仅使用缓存客户端证书验证吊销 : Disabled

用法检查 : Enabled

吊销更新时间: 0

URL 检索超时 : 0

Ctl 标识符 : (null)

Ctl 存储名称 : (null)

DS 映射器用法 : Disabled

协商客户端证书 : Disabled

netsh>


0