2 \subsection{Database Systems}
3 % This list is based on : http://en.wikipedia.org/wiki/Relational_database_management_system#Market_share
8 \subsubsection{SQL Server}
16 \paragraph*{my.cnf}\mbox{}\\
18 %Tested with Debian 7.0 and MySQL 5.5
20 \begin{lstlisting}[breaklines]
23 ssl-ca=/etc/mysql/ssl/ca-cert.pem
24 ssl-cert=/etc/mysql/ssl/client-cert.pem
25 ssl-key=/etc/mysql/ssl/client-key.pem
26 ssl-cipher=EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EDH+CAMELLIA256:EECDH:EDH+aRSA:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!RC4:!SEED:!AES128:!CAMELLIA128:!ECDSA:AES256-SHA
29 After restarting the server run the following query to see if the ssl settings are correct:
30 \begin{lstlisting}[breaklines]
31 show variables like '%ssl%';
38 \subsubsection{Postgresql}
41 \subsubsection{Informix}