我遵循这些准则来使用OpenSSL生成自签名证书.
我在Windows 10下.我的工作目录如下:
PS E:\Certificats\predix\root\ca> ls
Directory: E:\Certificats\predix\root\ca
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 9/1/2016 11:57 AM certs
d----- 9/1/2016 11:55 AM crl
d----- 9/1/2016 12:00 PM intermediate
d----- 9/1/2016 11:55 AM newcerts
d----- 9/1/2016 11:56 AM private
-a---- 9/1/2016 11:55 AM 2 index.txt
-a---- 9/1/2016 11:56 AM 4306 openssl.cnf
-a---- 9/1/2016 11:55 AM 14 serial
Run Code Online (Sandbox Code Playgroud)
在指南中的几个步骤之后,当我输入时
openssl ca -config openssl.cnf -extensions v3_intermediate_ca -days 3650 -notext -md s
Run Code Online (Sandbox Code Playgroud)
我收到以下错误
Using configuration from openssl.cnf
Enter pass …
Run Code Online (Sandbox Code Playgroud) openssl ×1