Changes

MySQL - Setting Up ODBC and SSL

490 bytes added, 14:47, 23 October 2014
no edit summary
Next you will need to open a command window as the admin of your machine/server.
Right click on the the command window tool and select "Run as Administrator"
 
Run as follows and make absolutely sure the common name is different for each one.
 
<code>
openssl genrsa 2048 > "C:/MySQLSSLCert/ca-key.pem"
 
</code>
<code>
openssl req -new -x509 -nodes -days 24800 -key "C:/MySQLSSLCert/ca-key.pem" > "C:/MySQLSSLCert/ca-cert.pem"
</code>
 
*Country Name : IE
*State or Province Name : Leinster
*Locality Name: Dublin
*Organization Name: All n One Limited
*Organizational Unit Name : BXP
*'''Common name: mydomain.ie'''
*Email Address: daniel@mydomain.ie
7,528
edits