X509证书实施最佳实践
首先,感谢所有耐心的技术人员试图帮助未知的人。
其次,我有一个 wcf 服务,该服务只能由我们公司已知的几个客户 (10) 使用。此 wcf 服务具有 x509 证书“CN=ABCD”。现在它期望依次从客户端接收证书来使用该服务。这是设计问题
- 我应该创建一个证书吗 "CN=ABCD" ,然后右键单击它 并导出为 pfx 文件 将它们分发给客户?
- 有人说要在代码中验证 有人说要在配置中验证 更好吗?
- 我怎么知道哪个客户是 由于证书具有相同的调用 如果我的公司是所有人的名字 分发它吗?
- .cer 和有什么区别 文件和.pfx 文件?
- 当将证书传递给 客户,我会同时提供 .cer 和 .pfx 文件?
- 我该如何撤销仅一项 客户如果过期了?
- 我公司已经有证书了 像 *.fdfd.org 。我可以用这个作为 我的 X509Certificate 而不是 生成一个?
很多问题!
但是由于很多挫败感,我想征求开发人员的意见,因为我无法获得正确的信息。
Firstly, Thanks to all those patient techies trying to help unknown people.
Secondly, I have a wcf service which should be consumed by only several clients (10) known to our company. This wcf service has the x509certificate "CN=ABCD". Now it expects to receive a certificate in turn from clients to consume this service. So here are the design questions
- Should I create one certificate
"CN=ABCD" , then right click on it
and export as pfx files and
distribute them to Clients? - Some say to validate in code and
some say to validate in config which
is better? - How should I know which client is
calling as the certificate has same
name for all if my company
distributes it? - what is the difference between .cer
file and .pfx file? - When passing the certificate to
clients, will I be giving both .cer
and .pfx files? - How should I be revocing only one
client if it expires? - My comapny already has a certificate
like *.fdfd.org . Can I use this as
my X509Certificate instead of
generating one?
Many questions!
But due to lot frustration, I wanted to have the opinion of developers out there because I couldn't get the right info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)