我是 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,但我对此有疑问。