Skip to content

Commit 1d3df22

Browse files
committed
fix:ssl_ca name
1 parent 4c06a63 commit 1d3df22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mysqlcluster/syncer/mysql_configs.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ var mysqlBooleanConfigs = []string{
155155

156156
//mysqlSSLConfigs is the ist of the mysql ssl configs.
157157
var mysqlSSLConfigs = map[string]string{
158-
"ssl_ca": "/etc/mysql-ssl/ca.pem",
159-
"ssl_crl": "/etc/mysql-ssl/crl.pem",
158+
"ssl_ca": "/etc/mysql-ssl/ca.crt",
160159
"ssl_cert": "/etc/mysql-ssl/tls.crt",
161160
"ssl_key": "/etc/mysql-ssl/tls.key",
162161
}

0 commit comments

Comments
 (0)