当根域托管在其他地方时,如何 运行 子域上的网站
How to run a website on a subdomain when the root domain is hosted elsewhere
场景:
我为一个客户建立了一个求职板,我的服务器上 运行 该网站,而客户的主要网站仍托管在其原始位置。
- client.com (root) 在客户端的服务器上
- 工作。client.com 在我的服务器上
- “jobs”在 client.com 上设置为指向我服务器 IP 地址的“A”记录。 client.com 的服务器上尚未创建真正的子域。
问题:
我收到 SSL 错误,因为它似乎是作业。client.com 不在证书范围内。
问题:
client.com证书提供商检测并覆盖新子域只是时间问题吗?
或者我是否需要在我的服务器上向 jobs.client.com 添加证书?
Is it just a matter of time before client.com’a certificate provider will detect and cover the new subdomain?
没有
Or will I need to add a certificate to jobs.client.com on my server?
是的。涵盖 URL 中指定的主机名的证书需要明确安装在为该主机名提供服务的服务器上。不清楚您的服务器目前提供的证书类型,但可能是错误的。
场景:
我为一个客户建立了一个求职板,我的服务器上 运行 该网站,而客户的主要网站仍托管在其原始位置。
- client.com (root) 在客户端的服务器上
- 工作。client.com 在我的服务器上
- “jobs”在 client.com 上设置为指向我服务器 IP 地址的“A”记录。 client.com 的服务器上尚未创建真正的子域。
问题:
我收到 SSL 错误,因为它似乎是作业。client.com 不在证书范围内。
问题:
client.com证书提供商检测并覆盖新子域只是时间问题吗?
或者我是否需要在我的服务器上向 jobs.client.com 添加证书?
Is it just a matter of time before client.com’a certificate provider will detect and cover the new subdomain?
没有
Or will I need to add a certificate to jobs.client.com on my server?
是的。涵盖 URL 中指定的主机名的证书需要明确安装在为该主机名提供服务的服务器上。不清楚您的服务器目前提供的证书类型,但可能是错误的。