在 DiscountASP 中的 IIS 上安装 x.509 证书

发布于 2024-11-29 16:01:59 字数 105 浏览 2 评论 0原文

我看到的有关安装 x.509 证书的所有教程都假设服务器计算机是您的本地计算机,并且您拥有对它的完全访问权限。但我的应用程序托管在 DiscountASP 上,那么我如何在他们的计算机上安装证书?

All the tutorials i have seen regarding installation of x.509 Certificate assumes that the server machine is your local machine and you have full access to it. But my app is hosted on DiscountASP, so how can I install the certificate on their machine ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

狼性发作 2024-12-06 16:01:59

您不能,因为您无权在托管服务器上安装证书。如果您想使用 HTTPS,您必须向您的托管提供商支付购买和安装证书的费用(或者您必须有直接提供 SSL 或共享 SSL 的计划)。对于消息安全(Silverlight 不支持),您可以 从以下位置加载证书文件

You can't because you don't have permissions to install certificate on hosting server. If you want to use HTTPS you must pay your hosting provider for buying and installing certificate for you (or you must have plan which offers SSL or shared SSL directly). In case of message security (not supported by Silverlight) you can load certificate from file.

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