I want to create an asymmetric SSL connection from MySQL to an ODBC driver but don't fully know how to generate the keys and certificates (I'm using openSSL as recommended here: https://dev.mysql.com/doc/refman/5.6/en/creating-ssl-files-using-openssl.html ).
I've been following this post to try and create the keys
It seems like the key generation works but I don't know where or how the keys are stored to use them with the ODBC driver.
Also it may be helpful to know that I am generating these keys on the server host machine.