SSL to database

I’m using a mysql 5.6 database on a server that is on a separate machine from the suitecrm 7.3.1 server. How do I configure the server to use SSL to the database? I see the following in the config.php file. Is it as simple as changing it to ‘ssl’ => true? Do I need to import any keys? If so, how do I tell the suitecrm server where those files are?

‘dbconfigoption’ =>
array (
‘persistent’ => true,
‘autofree’ => false,
‘debug’ => 0,
‘ssl’ => false,
),

Thanks.