简体   繁体   English

带有 Firebase 托管的 SSL - OVH 域

[英]SSL with Firebase hosting - OVH domain

I'm trying to set up my Angular app with a new domain bertrand-verdun.com bought on OVH, hosted on firebase hosting.我正在尝试使用在 OVH 上购买的新域 bertrand-verdun.com 来设置我的 Angular 应用程序,该域托管在 firebase 托管上。 The domain works but shows that it's insecure (no HTTPS, therefore no SSL).该域有效,但表明它不安全(没有 HTTPS,因此没有 SSL)。

I set up the domain on OVH by adding the A and TXT DNS in the DNSzone.我通过在 DNSzone 中添加 A 和 TXT DNS 在 OVH 上设置域。 It seems that the propagation is done, but firebase still gives me the message "Configuration Required" on the domain name in my firebase console.传播似乎已经完成,但 firebase 仍然在我的 firebase 控制台的域名上给我消息“需要配置”。

I'm new to that, so I dont know what to do.我是新手,所以我不知道该怎么做。 Does my app needs some code to be certified ?我的应用程序需要一些代码来认证吗? Do I need to manually certify my website ?我需要手动认证我的网站吗? I can provide you more information if needed.如果需要,我可以为您提供更多信息。

If you have correctly done the three Steps described in the documentation , you just need to wait a little bit.如果您已正确完成文档中描述的三个步骤,则只需稍等片刻。

As explained in this section of the doc:如文档的这一部分所述:

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.在我们验证域所有权后,我们会为您的域提供 SSL 证书,并在您将 DNS A 记录指向 Firebase 托管后的24 小时内将其部署到我们的全球 CDN。

... ...

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.这是该过程的正常部分,将在您的域证书可用后解决。

In most cases, it is faster than 24 hours.在大多数情况下,它快于 24 小时。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM