Monday, July 3, 2017

Convert a .p12 file to .pem

PEM files are fully encrypted. 

Openssl can turn a P12 file in a PEM file with both public and private keys using this command: 
openssl pkcs12 -in certinput.p12 -out certoutput.pem -nodes

References





No comments: