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# 中使用 BouncyCastle 库,但我不明白我将如何创建证书? 特别是 hmm 服务器和客户端,它们是如何协同工作的?
如果你只需要一个自签名证书来做一些测试,有几种方法:
在线网络工具(http://www.makecert.com/tools/create-self-signed-ssl-certificate/default.aspx)
充气城堡本身(http://www.bouncycastle.org/wiki/display/JA1/X.509+Public+Key+Certificate+and+Certification+Request+Generation)
IIS 有一些工具可以做到这一点(http://technet.microsoft.com/en-us/library/cc753127(WS.10).aspx)
OpenSSL