使用 Firebase 托管的 SSL - OVH 域
SSL with Firebase hosting - OVH domain
我正在尝试使用在 OVH 上购买的新域 bertrand-verdun.com 设置我的 Angular 应用程序,托管在 firebase 主机上。该域有效但表明它不安全(没有 HTTPS,因此没有 SSL)。
我通过在 DNS 区域中添加 A 和 TXT DNS 来设置 OVH 上的域。似乎传播已经完成,但 firebase 仍然在我的 firebase 控制台中的域名上给我消息 "Configuration Required"。
我是新手,所以我不知道该怎么做。我的应用程序是否需要一些代码才能获得认证?我需要手动验证我的网站吗?如果需要,我可以为您提供更多信息。
如果您已正确完成documentation中描述的三个步骤,您只需稍等片刻。
正如文档 section 中所解释的那样:
After we verify domain ownership, we provision an SSL certificate for
your domain and deploy it across our global CDN within 24 hours after
you point your DNS A records to Firebase Hosting.
...
While the domain is provisioning, you might see an invalid certificate
that does not include your domain name. This is a normal part of the
process and will resolve after your domain's certificate is available.
在大多数情况下,它比 24 小时更快。
我正在尝试使用在 OVH 上购买的新域 bertrand-verdun.com 设置我的 Angular 应用程序,托管在 firebase 主机上。该域有效但表明它不安全(没有 HTTPS,因此没有 SSL)。
我通过在 DNS 区域中添加 A 和 TXT DNS 来设置 OVH 上的域。似乎传播已经完成,但 firebase 仍然在我的 firebase 控制台中的域名上给我消息 "Configuration Required"。
我是新手,所以我不知道该怎么做。我的应用程序是否需要一些代码才能获得认证?我需要手动验证我的网站吗?如果需要,我可以为您提供更多信息。
如果您已正确完成documentation中描述的三个步骤,您只需稍等片刻。
正如文档 section 中所解释的那样:
After we verify domain ownership, we provision an SSL certificate for your domain and deploy it across our global CDN within 24 hours after you point your DNS A records to Firebase Hosting.
...
While the domain is provisioning, you might see an invalid certificate that does not include your domain name. This is a normal part of the process and will resolve after your domain's certificate is available.
在大多数情况下,它比 24 小时更快。