使用 SSL 证书解决我的 IIS 网站混淆问题
因此,我是在网站上使用 SSL 证书的新手,并且有一些问题。
如果我获得 SSL 证书,我可以在我的主要生产网络盒和克隆故障转移盒上使用它,我不需要获得两个不同的 PFX 密钥还是支付两个?
我在 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..
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?
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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.