Difference between revisions of "MySQL - Setting Up ODBC and SSL"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) (Created page with "Database encryption is an important security measure and with SSL we can ensure end to end database encryption. == Step 1: Get Open SSL onto the database server. == Open SSL ...") |
Philip Lacey (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | Database encryption is an important security measure and with SSL we can ensure end to end | + | Database encryption is an important security measure and with SSL we can ensure end to end encryption. |
== Step 1: Get Open SSL onto the database server. == | == Step 1: Get Open SSL onto the database server. == | ||
| − | Open SSL is free and can be downloaded from the following link http://www.openssl.org/ | + | Open SSL is free and can be downloaded from the following link http://www.openssl.org/. |
| + | Once this is installed add it to your system variables path. | ||
| + | This can be done as follows: | ||
| + | *Right click my computer | ||
| + | *Go to properties | ||
| + | *Then advanced system settings | ||
| + | *next click environment variables | ||
| + | *add to the path: C:\OpenSSL-Win64\bin; or similar depending on your system. | ||
| + | |||
| + | |||
| + | == Step 2: Create the certs == | ||
Revision as of 14:33, 23 October 2014
Database encryption is an important security measure and with SSL we can ensure end to end encryption.
1 Step 1: Get Open SSL onto the database server.
Open SSL is free and can be downloaded from the following link http://www.openssl.org/. Once this is installed add it to your system variables path. This can be done as follows:
- Right click my computer
- Go to properties
- Then advanced system settings
- next click environment variables
- add to the path: C:\OpenSSL-Win64\bin; or similar depending on your system.