简体   繁体   English

如何将我的 Google 应用程序与我的自定义域一起使用?

[英]How do I use my Google App with my a custom domain?

I've looked at previous questions enter link description here , but they use the GSuite Administrator to make changes, while my app uses GCloud.我看过以前的问题enter link description here ,但他们使用 GSuite 管理员进行更改,而我的应用程序使用 GCloud。 The domain registrar is separate since Google domains don't work in my country.域名注册商是独立的,因为 Google 域名在我的国家/地区无法使用。

I mainly followed this guide to setting up my Zones and updating the name servers.我主要按照本指南设置我的区域和更新名称服务器。 I've configured the我已经配置了

https://cloud.google.com/dns/docs/update-name-servers https://cloud.google.com/dns/docs/update-name-servers

The question I linked to earlier recommended setting up a www.我之前链接到的问题建议设置www. subdomain, but it used Authenticator.子域,但它使用了身份验证器。 I'm not sure how to do this in a zone.我不确定如何在区域中执行此操作。 I set up all the records properly in my domain registrar.我在我的域名注册商中正确设置了所有记录。

Here are the settings:以下是设置:

在此处输入图像描述

When I load the site itself (There's no actual HTTP response code):当我加载网站本身时(没有实际的 HTTP 响应代码):

在此处输入图像描述

And when I try the www.当我尝试 www。 subdomain子域

在此处输入图像描述

I'm sure there's a step I'm missing, but this is my first site with GCloud.我确定我缺少一个步骤,但这是我使用 GCloud 的第一个站点。 So I'm not very familiar with the process.所以我对这个过程不是很熟悉。

I think where is your missing step.我认为您缺少的步骤在哪里。

When you ask Google to use your domain, Google will expose HTTPS endpoint.当您要求 Google 使用您的域时,Google 将公开 HTTPS 端点。 HTTPS requires a certificate, and Google will generate it for you. HTTPS 需要证书,Google 会为您生成。 However, before doing this, Google has to be sure that the domain belong to you.但是,在执行此操作之前,Google 必须确保该域属于您。

You have to prove to google that you own your domain.你必须向谷歌证明你拥有你的域名。 For this, go to this page , log in and add a property (your website URL).为此,go到此页面,登录并添加属性(您的网站 URL)。 Follow the instruction and be sure that your property has been validated.按照说明进行操作,并确保您的财产已经过验证。

Then, wait some minutes (hours?) the time that the certificates are generated and deployed.然后,等待几分钟(几小时?)生成和部署证书的时间。

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

相关问题 我需要Google App Engine我自己的域吗? - Do I need my own domain with Google App Engine? 如何将 Google App Engine 与我自己的裸域(不是子域)一起使用? - How to use Google App Engine with my own naked domain (not subdomain)? 如何在Google App引擎中使用我自己的域 - How to use my own domain in Google App engine 如何使用Google API在App Engine中添加自定义域映射? - How do I use Google API to add custom domain mapping in App Engine? Google App Engine自定义域在我的国家/地区不可用 - Google app engine custom domain not available in my country 无法在我的自定义域上打开 Google App Engine 应用程序 - Unable to open google app engine application on my custom domain 如何在谷歌上搜索我的谷歌网络应用程序? - How do i make my google web app searchable on google? 如何在我的Google App Engine项目中使用Django 1.2模板? - How do I use Django 1.2 templates in my Google App Engine project? 如何使用Google API Explorer使用OAuth测试自己的App Engine端点? - How do I use the Google API Explorer to test my own App Engine Endpoints using OAuth? 如何提示用户将其Google帐户与我的应用程序关联? - How do I prompt a user to connect their google account with my app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM