尝试使用 openssl 创建 CSR,但 openssl 不知道 -config 是什么

尝试使用 openssl 创建 CSR,但 openssl 不知道 -config 是什么

下列的本指南,我正在尝试生成一个 csr 文件:

$ touch myserver.key
$ chmod 600 myserver.key
$ openssl req -new -config myserver.cnf -keyout myserver.key -out myserver.csr

但它给出了:

unknown option -config server.example.com.cnf

但是帮助也将 -new 和 -config 引用为有效参数。

 -config file   request template file.
 -new           new request.

相关内容