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.
我正在研究将在HTTPS over internet上运行的 WCF 服务。我计划在服务(服务器证书)和客户端(客户端证书)上使用 X.509 证书来保护 WCF 服务。以下是我的问题。
在这里发帖之前,我做了很多研究,并在这个论坛上解决了很多问题。但现在我正处于一个越来越困惑的地步。
提前感谢所有帮助。
我假设您只使用传输级安全性 (ssl) 而不是消息级安全性 (ws-security)。您在这里应该没有任何特殊问题。请注意,大多数 java 客户端使用 jks 证书格式,并且在 windows 上 pfx 更好。