我正在运行以下命令:
openssl pkcs12 -in certficate.p12 -nokeys -out certficate.pem
openssl pkcs12 -in certficate.p12 -nodes -nocerts -out certficate_key.pem
我的certficate_key.pem文件是空的。
我正在运行以下命令:
openssl pkcs12 -in certficate.p12 -nokeys -out certficate.pem
openssl pkcs12 -in certficate.p12 -nodes -nocerts -out certficate_key.pem
我的certficate_key.pem文件是空的。
它也发生在我身上。我不知道原因,但使用这个网站来转换证书就可以了:
https://www.sslshopper.com/ssl-converter.html
它只会创建一个文件,但如果你打开它,key 和 crt 都会在那里。