Google App Engine offers SSL for Custom Domains, but I'm not sure how to properly set it up with my app. Say I'm running myapp.appspot.com
and I own myapp.com
, can someone explain to me the exact steps I need to take in order to make my App Engine app serve on my .com domain?
问问题
396 次
1 回答
1
好吧,这里描述了设置自定义域的基本过程: https ://developers.google.com/appengine/docs/domain
那篇文章有什么不清楚的地方吗?
本文确实委托了该过程的一个重要部分,即为您的域设置 Google Apps 帐户(请参阅第 3 步中的“否则,请单击注册 Google Apps 并继续此步骤。”)。设置的一个关键部分是验证您是否拥有您尝试设置的域。这要求您对您的站点进行少量修改,或提供 DNS TXT 记录。在此处阅读更多信息:http: //support.google.com/a/bin/answer.py ?hl=en&answer=60216
于 2012-08-05T21:35:10.380 回答