1. 程式人生 > >NETSH.EXE操作SSL

NETSH.EXE操作SSL

查看 ppi net appid delet iat pre 位置 delete

NETSH.EXE操作SSL

程序位置:c:\windows\syswow64\netsh.exe

查看當前端口配置

netsh http show sslcert

將 SSL 證書綁定至端口號

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

刪除端口號的 SSL 證書

Netsh http delete sslcert ipport=0.0.0.0:8005

NETSH.EXE操作SSL