将SSL应用于Google Compute Engine实例

时间:2017-10-02 03:23:23

标签: ssl https google-cloud-platform google-compute-engine

我是 Google Cloud Platform 的新手。

我购买了通配符SSL,想知道如何将Wildcard SSL安装到 Google Cloud Compute 实例中?

我使用以下命令行使用Cloud Shell在 Google Cloud Platform 上生成 CSR , 的 .HasKey(m => m.StudentID);

我设法激活了我的认证并收到了 openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr 文件。

但我不知道安装SSL的下一步是什么。我无法在 Google Compute Engine 标签中找到有关SSL的任何信息。

How to install a SSL certificate on Google Cloud Platform

如上面的网站所示,我必须通过 App Engine 激活我的SSL,但我对此有疑问。

1 个答案:

答案 0 :(得分:3)

在不同的情况下,可以在GCP中使用SSL证书。您链接的文档的步骤适用于GAE,但不适用于GCE。

如果您在负载均衡器后面运行GCE实例,则必须在那里上载证书。您可以在article找到详细信息。

如果您不使用GCE LB而您的实例直接为流量提供服务,则必须在服务器上配置证书。即对于NGINX,您可以按照these条说明操作。