OnixS C++ FIX Engine 2.79.1.0
Supported SSL Certificates

The (Privacy Enhanced Mail) Base 64 Encoded (.pem) SSL certificates are supported.

To convert into this format from other format types, the openssl command-line tool could be used from official OpenSSL website.

Example

To convert from Personal Information Exchange, PKCS#12 (.pfx) to Base64 Encoded (.pem), invoke following command on the PFX file:

openssl pkcs12 -in <file_name> .pfx -out <file_name>.pem -nodes