Previous Topic: JDBC DriverNext Topic: Mainframe


ODBC Driver

All certificates used by the CA IDMS ODBC driver must be in PEM format. If you wish to use your own certificates (generated on the mainframe for example), then you can use the openssl utility to convert your certificate from PKCS12DER format to PEM format. The openssl utility is provided with the CA IDMS Server installation, and can be found in the CA IDMS Server installation directory. An example of the openssl command to perform this conversion follows:

openssl pkcs12 -in C:\temp\PKC12DER.CER -out C:\temp\PKC12DER.PEM

For more information about the use of the OpenSSL utility, see the OpenSSL site: http://www.openssl.org/docs/apps/openssl.html