Retrieving Private Key & Certificate from PKCS 12 Format
Command Details:
Private Key Export:
openssl pkcs12 -in PKCS12_Format.pfx -nocerts -out privatekey.pem -nodes
Certificate Key Export:
openssl pkcs12 -in PKCS12_Format.pfx -nokeys -out certificatename.crt