User Tools

Site Tools


ubuntu:openssl:convert_pfx_to_pem

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.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki