openssl:convert_pfx_to_pem
This is an old revision of the document!
OpenSSL - Convert pfx to pem
openssl pkcs12 -in file.pfx -out file.nokey.pem -nokeys openssl pkcs12 -in file.pfx -out file.withkey.pem openssl rsa -in file.withkey.pem -out file.key cat file.nokey.pem file.key > file.combo.pem
openssl/convert_pfx_to_pem.1468112718.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)