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.
次のように、c# でコマンド ラインを使用して x509 証明書をポートにバインドします。 netsh http add sslcert ipport=0.0.0.0:{0} certhash={1} appid={2} clientcertnegotiation=enable
netsh http add sslcert ipport=0.0.0.0:{0} certhash={1} appid={2} clientcertnegotiation=enable
それは正常に動作します。しかし、コンピューターを再起動すると、ポートから証明書を削除して、再度バインドする必要があります。なんで?解決策はありますか?
ありがとう