- Run the attached OpenSSL command to extract the certificate from the .pfx file
openssl pkcs12 -in filenameWithPrivateKey.pfx -out mindtelligent.crt -nodes
- Open the file mindtelligent.crt and cut/past the following section ina file called MindTelligent.key
-----BEGIN RSA PRIVATE KEY-----
(Block of Encrypted Text)
-----END RSA PRIVATE KEY-----
(Block of Encrypted Text)
-----END RSA PRIVATE KEY-----
- The Rest of the file mindtelligent.crt will have Server Certificate, Root Certificate, and Intermediate Certificate.
- Follow the Blog Post here, for creating an Identity Key Store