本文介绍了对于不同的域多个SSL证书在IIS(亚马逊EC2)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有需要安装在他们的SSL证书,但亚马逊的EC2只允许一个公用IP多个站点。我不能使用SNI,因为我需要支持IE 7及以上。有没有一种方法,我可以有多个域的一个实例均具有SSL见?
I have multiple sites that need to have SSL certs installed on them but Amazon EC2 only allows one public IP. I can't use SNI since I need to support IE 7 and up. Is there a way I can have one instance with multiple domains each having SSLs?
推荐答案
下面是我紧随其后。我做了一个专用IP和其他弹性IP地址指向同一实例私有IP,并按照以上说明的
Here is what I followed. I made a Private IP and another Elastic IP address that points to that private IP on the same Instance and followed these instructionshttp://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/config-windows-multiple-ip.html
这篇关于对于不同的域多个SSL证书在IIS(亚马逊EC2)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!