用于 Rest API 的 SSL
我们正在提供 Rest API(IIS7 上的 ASP.NET),我们的一位客户要求使用 HTTPS。我对 SSL 和 SSL 证书没有任何经验。购买 SSL 证书并将其安装到 IIS7 中以获得安全的 HTTPS 连接是否足够?我需要对 Rest API(ASP.NET) 代码/配置文件进行任何修改吗?
We are providing Rest API(ASP.NET on IIS7) and one of our customers asked for HTTPS. I do not have any experience with SSL and SSL certificates. Is it enough to buy SSL certificate and install it into IIS7 to get secure HTTPS connection? Do I need to make any modifications in Rest API(ASP.NET) code/config files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请访问以下链接
http://support.microsoft.com/kb/299875
http://learn.iis.net/page.aspx/144/how-to-set-up-ssl-on-iis/
是的,我们需要首先创建一个证书请求并那么我们需要将该请求提交给任何证书颁发机构(CA)。这可能是您自己的安装有证书服务器 2.0 的服务器,也可能是 VeriSign 等在线 CA。请联系您选择的证书提供商并确定最适合您需求的证书级别。之后,您将从该 CA 获得该证书,然后我们需要将其安装在 IIS 中。
please go through below links
http://support.microsoft.com/kb/299875
http://learn.iis.net/page.aspx/144/how-to-set-up-ssl-on-iis/
Yes, we need first create a Certificate request and then we need to Submit that request to any of the Certificate Authority(CA). This may be your own server with Certificate Server 2.0 installed on it or an online CA such as VeriSign. Contact the certificate provider of your choice and determine the best level of certificate for your needs. After that you will get that certificate from that CA and then we need to install that in IIS.