gpt4 book ai didi

google-app-engine - SSL 谷歌应用引擎

转载 作者:太空宇宙 更新时间:2023-11-03 13:55:11 25 4
gpt4 key购买 nike

为了在 Appengine 中启用 SSL。我尝试为我的自定义域启用 SSL

到目前为止我找到了这篇文章:

setup SSL on AppEngine... Assigned URLs "empty"

openssl genrsa -out rsaprivkey.pem 1024
openssl req -new -x509 -key rsaprivkey.pem -out dsacert.pem

然后我将生成的.pem上传到google app SSL设置页面

dsacert.pem > PEM encoded X.509 certificate 
rsaprivkey.pem > Unencrypted PEM encoded RSA private key

但是,我在上传后收到此错误消息。接下来我该做什么?

Domain name in certificate should only contain allowed characters (RFC 1034).

最佳答案

求解!

是这篇文章 setup SSL on AppEngine... Assigned URLs "empty"

when open ssl asks you questions for your app's name, make sure to include the entire url as in your answer, www.abc.com to secure https://www.abc.com

但是我一开始在生成 openssl pem 时没有找到任何地方可以输入我的应用程序的名称。

最后我发现域应该填写在组织和通用名称字段中。 http://www.rackspace.com/knowledge_center/article/generate-a-csr-with-openssl

Organization Name (eg, company) [Internet Widgits Pty Ltd]: > example.com
Common Name (eg, YOUR name) > *.example.com

关于google-app-engine - SSL 谷歌应用引擎,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15540065/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com