ubuntu:openssl:convert_pfx_to_pem
This is an old revision of the document!
Ubuntu - 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
ubuntu/openssl/convert_pfx_to_pem.1575200337.txt.gz · Last modified: 2020/07/15 09:30 (external edit)