0

也许这是不可能的,但我有以下问题:

我拥有一个域,例如:mydomain.com。在该域上,我采用通配符 SSL。到目前为止没有问题。并且该域正在服务器上运行,该服务器具有子域上的在线软件,例如 soft.mydomain.com。

现在我有该软件的客户,我想将软件定制到他们的子域,例如 soft.customer1.com 和 soft.customer2.com。

我可以通过让他们创建一个指向我的服务器 IP 的 DNS A 记录来做到这一点,然后我将这些域停放在我的子域 soft.mydomain.com 上(经过测试,它可以工作)。

现在的问题是:我也可以在 soft.customer1.com 和 soft.customer2.com 上获取 SSL 证书吗?这样至少在使用 soft.customer1.com/login.php 时我也有一个安全的连接。

如果可能,在这种情况下谁必须请求实际的 SSL 证书。

我还可以完全访问 WHM 和 cpanel,运行 VPS。

我知道我可以使用 customer1.mydomain.com/login.php ,但我想知道是否可以按照我的建议进行操作。

并且还建议以这种方式工作?

预先感谢。

问候,彼得

4

1 回答 1

1

Different domains can exist on a single SAN/UC certificate. Take a look at http://www.ssl.com/certificates/ucc to learn more about this certificate type.

It sounds like you have all the pieces except for this particular certificate. I hope it helps.

于 2013-01-22T21:32:15.713 回答