| openssl pkcs12 -in mypfxfile.pfx -out outputfile.txt –nodes |
This will produce a file that contains the private key and all the certificates contained with the .pfx file.
Note: It is recommended to select the option to include all the certificates in the certification path when creating the file.
Generated file outputfile.txt outputfile.txt will contain the private key, certificate issued for domain name, root and intermaediate certificate(s). Save it to separate text files.
