Linux Security Beyond System Administration: Securing Linux Operating Systems by Mark Tim

Linux Security Beyond System Administration: Securing Linux Operating Systems by Mark Tim

Author:Mark Tim [Tim, Mark]
Language: eng
Format: azw3
Published: 2018-10-04T16:00:00+00:00


server-cert.pem: OK

client-cert.pem: OK

[IMPORTANT : while you are asked give information, server's and client's key/cert 'COMMON NAME' must be different. Otherwise it will give you an error]

Now edit '/etc/my.cnf' as following :

[mysql]

ssl-ca = /dbcerts/ca.pem

ssl-cert = /dbcerts/client-cert.pem

ssl-key = /dbcerts/client-key.pem

[mysqld]

server-id = 1

port = 3306

log-bin = mysql-bin

ssl

ssl-capath = /dbcerts

ssl-ca = /dbcerts/ca.pem

ssl-cert = /dbcerts/server-cert.pem

ssl-key

/dbcerts/server-key.pem

ssl-cipher = AES256-SHA:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.