我在 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 证书吗?
我是一名优秀的程序员,十分优秀!