下列的本指南,我正在尝试生成一个 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.