可以将多少个 SSL 证书(任何受支持的种类)添加到单个 Google AppEngine?

How many SSL certificates (of any of the supported kinds) can be added to a single Google AppEngine?

我即将使用 AppEngine 托管一个 Nginx 实例(用于重定向目的),所有重定向的域名都应该在重定向点 (AppEngine) 上具有 SSL 证书我想知道我可以添加多少个 SSL 证书在单个 AppEngine 设置中。 (我最终可能会在其中添加超过 100 个左右的域名用于重定向)

请注意,App Engine 用于部署应用程序,而非用作多域重定向代理的 nginx 服务器。

您可以使用 Compute Engine Virtual Machine for your use-case ( Multiple SSL Certificates ). Please have a look into the following Google Community Tutorial HTTPS 负载平衡,使用 NGINX 和 Compute Engine