Google App Engine上的SSL受信任证书

Mal*_*lte 2 ssl google-app-engine certificate

我创建了一个自签名证书,当然我的网站使用https但不受信任.

如何为Google App Engine创建证书?

小智 5

您需要从可信证书提供商处购买证书.您可能希望阅读此内容:http://en.wikipedia.org/wiki/Certificate_authority#Providers

或者在您最喜爱的搜索引擎上搜索"证书提供商"之类的内容.

  • 这就是全部:在安装了openssl的ubuntu控制台上工作 - 输入:`openssl rsa -in www.abc.com.key -out www.abc.com-decrypted.key` (2认同)