Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到直接回答这个问题的东西,但没有什么是清楚的。
我有一个域名www.domain.com,在我有虚拟目录的域中说:
www.domain.com
www.domain.com/directory1和www.domain.com/directory2。我需要什么类型的 SSL 证书来确保目录及其内容的安全?
www.domain.com/directory1
www.domain.com/directory2
您是在谈论在虚拟目录中安装两个不同的 SSL 证书吗?
恐怕如果那是您正在寻找的东西..那是不可能的。
SSL 证书绑定到网站级别而不是虚拟目录,因此您需要在网站上安装证书,然后配置是否在任何所需的虚拟目录上强制 SSL。
法比奥@fcerullo
是的。使用最便宜或更贵的证书没有任何限制。
法比奥