Skip to content

Instantly share code, notes, and snippets.

@edcottrell
Created April 26, 2015 19:52
Show Gist options
  • Select an option

  • Save edcottrell/590a7b5808dd6040f98b to your computer and use it in GitHub Desktop.

Select an option

Save edcottrell/590a7b5808dd6040f98b to your computer and use it in GitHub Desktop.
Working SSL Config for MySQL
+---------------+---------------------------------------+
| Variable_name | Value |
+---------------+---------------------------------------+
| have_openssl | YES |
| have_ssl | YES |
| ssl_ca | /home/mysql/certs/ca-cert.pem |
| ssl_capath | |
| ssl_cert | /home/mysql/certs/server-cert.pem |
| ssl_cipher | DHE-RSA-AES256-SHA |
| ssl_key | /home/mysql/certs/server-key.pem |
+---------------+---------------------------------------+
7 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment