基于 IIS 令牌的安全性、ssl 证书和 https、代理
我开发了一项新的网络服务。 现在,我需要处理安全问题,因为我们打算使其成为一项安全服务。
为了设置 SSL 和 https,我需要获取并安装 SSL 证书。 证书颁发机构是谁?
你知道该怎么做吗?
有没有这方面的简明文章?
问候。
大卫
I have developed a new web service. Now, I need to deal with security issue as we are intending to make it a secure service.
In order to set up SSL and https, I need to obtain and install an SSL certificate. Who is the certificate authority?
Do you know how to go about with this?
Are there concise articles on this?
Regards.
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以选择在哪里购买 SSL 证书。
例如Verisign。
他们提供信息 如何在 IIS 网络服务器上安装 SSL 认证。
希望这可以帮助。
You can choose where you buy your SSL certificate.
e.g. Verisign.
They provide information on how to install SSL certificated on your IIS webserver.
Hope this helps.
嘿,我建议您从免费开发证书(您可以自己创建)开始,
一旦完成所有开发和调试,您可以联系威瑞信或其他 ca 获取真正的证书,
创建免费开发证书非常容易供测试用。 我曾在博客上介绍过它 此处
hey i would suggest you to start with a free development certificate (which you can create yourself)
once you are done with all your development and debugging, you can contact verisign or other ca's for a real one
its very easy to create a free development certificate for testing. i had blogged about it here