John Reed
Assumptions
- The pfx file is named file.pfx
CA Certificate:
openssl pkcs12 -in file.pfx -cacerts -nokeys -out ca.crt
User Certificate:
openssl pkcs12 -in file.pfx -clcerts -nokeys -out cl.crt
Private Key:
openssl pkcs12 -in file.pfx -clcerts -out prv.pem