We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06a63 commit 1d3df22Copy full SHA for 1d3df22
mysqlcluster/syncer/mysql_configs.go
@@ -155,8 +155,7 @@ var mysqlBooleanConfigs = []string{
155
156
//mysqlSSLConfigs is the ist of the mysql ssl configs.
157
var mysqlSSLConfigs = map[string]string{
158
- "ssl_ca": "/etc/mysql-ssl/ca.pem",
159
- "ssl_crl": "/etc/mysql-ssl/crl.pem",
+ "ssl_ca": "/etc/mysql-ssl/ca.crt",
160
"ssl_cert": "/etc/mysql-ssl/tls.crt",
161
"ssl_key": "/etc/mysql-ssl/tls.key",
162
}
0 commit comments