用于 Rest API 的 SSL

发布于 2024-12-17 04:33:03 字数 160 浏览 1 评论 0原文

我们正在提供 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向日葵 2024-12-24 04:33:03

请访问以下链接

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文