Support of pfx files upload to keystore for SSL communication

asurajpai
Participant V

Hi,

Please let us know if there is support for pfx files to be upload to keystore for SSL communication, for Edge for Private cloud releases?

BR, Suraj

0 2 533
2 REPLIES 2

what version of privaye cloud are you running ?

Hi @asurajpai,

As far as I know, pfx files are not supported. You'll need to convert them to PEM format using either "openssl" which is available on most of the *nix systems. Use below command to convert pfx to pem.

openssl pkcs12 -in certificate.pfx -out certificate.pem -nodes

Please refer the documentation on key stores and TLS management at below link.

http://docs.apigee.com/api-services/content/keystores-and-truststores

Hope that helped!