Data security is a hot topic for many companies these days. But for those who need to adhere to security standards like PCI DSS or HIPAA, security is not an option. We showed you sometime back how to encrypt Galera replication traffic, but for a more complete solution, you’ll want to encrypt all database connections from client applications and any management/monitoring infrastructure. With ClusterControl 1.2.9, we introduced a number of features to facilitate this, including the ability to add new nodes to an encrypted Galera Cluster.
The following are the new relevant configuration options:
- cmondb_ssl_key - path to SSL key, for SSL encryption between CMON and the CMON DB.
- cmondb_ssl_cert - path to SSL cert, for SSL encryption between CMON …