我正在运行以下命令:
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
它只会创建一个文件,但如果你打开它,密钥和 crt 都会在那里。