【发布时间】:2017-02-03 20:24:21
【问题描述】:
我在 Azure 中有我的 django 项目,名为
> djangoproj.azurewebsites.net
我想为此应用程序提供 SSL 层,当我尝试在 Azure 控制台中使用 openssl 时,我收到以下错误
> openssl req -sha256 -new -nodes -keyout djangoproj.key -out proj.csr -newkey rsa:2048
D:\home\site\wwwroot
Generating a 2048 bit RSA private key
..................+++
.......................................+++
unable to write 'random state'
writing new private key to 'djangoproj.key'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:problems making Certificate Request
提出证书请求时出现问题。
我可以知道如何在 azure 中为我的应用获取正确的 SSL 证书吗?
【问题讨论】: