php, mysqli and ssl
I'd like to encrypt the mysqli connection from my server at work (acting as client) with my Inmotion website (acting as host) in PHP. There is this PHP function: mysqli_ssl_set ( mysqli $link , string $key , string $cert , string $ca , string $capath , string $cipher ), but I am unsure of where the require certificate files are. I'm on VPS1k with a purchased SSL certificate. Do you have any sample scripts available?