在 Plesk 10 的子域上安装 SSL 证书
我在 Plesk 10 内的子域上安装 SSL 证书时遇到问题。
我似乎没有选项仅将 SSL 证书添加到子域。如果我将证书添加到基域,子域是否会共享相同的证书?
有人设法使用 plesk 10 在子域上安装证书吗?
I'm having trouble installing a SSL certificate on a subdomain within Plesk 10.
I don't seem to have an option to add the SSL certificate to a subdomain only. If i add the cert to the base domain will the subdomain share the same certificate?
Has anyone managed to install a cert on a subdomain using plesk 10?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SSL 证书会影响对其绑定的 IP 进行的所有连接,无法将证书绑定到子域或特定文件夹,因为必须在将 URL 提供给服务器进程之前进行 SSL 设置。
您要么需要对服务器上的所有域使用相同的 SSL 证书,要么需要一个新的 IP 并仅将其用于需要保护的子域。 (我相信IP管理中有一个SSL配置链接或其他东西......)
SSL certificates affect all Connections made to the IP it is bound to, there is no way to bind a certificate to a subdomain or a specific folder because the SSL Setup has to be made before the URL is given to the server process.
You either need to use the same SSL certificate for all domains on your server or you need a new IP and use it only for the subdomain that needs to be protected. (I believe there was a SSL Configuration Link in IP management or something...)
现在可以使用 SNI 在单个 IP 上使用多个证书:
http://download1.parallels.com/Plesk/PP10/10.2.0/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=68308.htm
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
Multiple Certificates on a single IP is now possible using SNI:
http://download1.parallels.com/Plesk/PP10/10.2.0/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=68308.htm
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI