Setting up SSL on Mysql Server
First we need to create the SSL Certificates. I’m using Ubuntu 16.04 and MySQL 5.6 which do not like the certificates to be created as anyting other than sha1 and the original RSA. Use the following commands to create the certificates in the correct format. # Generate a CA key and certificate with SHA1 digest […]
- Comments Off on Setting up SSL on Mysql Server
- MySQL