相关疑难解决方法(0)

如何在openssl中使用utf8主题创建CSR?

我正在尝试使用UTF-8主题生成证书签名请求.

$ openssl req  -utf8 -nodes -newkey rsa:2048 -keyout my.private_key.pem -out my.csr.pem -text
Generating a 2048 bit RSA private key
......................................................................................................................................................................+++
......+++
writing new private key to 'my.private_key.pem'
-----
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 …
Run Code Online (Sandbox Code Playgroud)

openssl utf-8 csr

13
推荐指数
2
解决办法
2万
查看次数

标签 统计

csr ×1

openssl ×1

utf-8 ×1