使用 SSL 证书解决我的 IIS 网站混淆问题

发布于 2025-01-05 08:45:01 字数 396 浏览 1 评论 0原文

因此,我是在网站上使用 SSL 证书的新手,并且有一些问题。

  1. 如果我获得 SSL 证书,我可以在我的主要生产网络盒和克隆故障转移盒上使用它,我不需要获得两个不同的 PFX 密钥还是支付两个?

  2. 我在 IIS7 中有两个这样的站点。

    a. www.kylesite.com b. account.kylesite.com

他们都需要 https,但是当我在网站的 http 绑定中分配 SSL ceftificate 时,它​​给了我这个,我不知道该怎么做,或者我是否可以在我的主网站上使用这个相同的证书和子域站点..

在此处输入图像描述

So I am new to using SSL certs on websites and have some questions..

  1. If I get a SSL cert I can use it on my main production web box and a clone failover box correct, I don't need to get two different PFX keys or pay for two?

  2. I have two sites like this in IIS7.

    a. www.kylesite.com
    b. account.kylesite.com

They both need https but when I assign the SSL ceftificate in the http binding of the site it gives me this and I don't know what to make of it or if I can use this same cert for my main site and subdomain site..

enter image description here

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

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

发布评论

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

评论(1

与酒说心事 2025-01-12 08:45:01

1) 是的,您可以导出到 PFX(包括私钥),然后导入到新盒子中。

2) 您需要一个唯一的 IP:PORT 组合才能将 IIS 绑定到 SSL 证书。

1) Yes you can export to PFX (include the private key), and import into a new box.

2) You need a unique IP:PORT combo in order to bind IIS to an SSL certificate.

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