stuff for tests with MySqlConnector for dotnet

This commit is contained in:
2019-09-23 17:48:13 +02:00
parent 3c3aca5442
commit f27344a396
5 changed files with 21 additions and 30 deletions

View File

@ -5,9 +5,9 @@ pam_use_cleartext_plugin = ON
# create these stuff and enable the following configuration
# otherwise the pam_use_cleartext_plugin won't work which
# is required for dotnet connections
# ssl_cert = /etc/mysql/conf.d/ssl/server-cert.pem
# ssl_key = /etc/mysql/conf.d/ssl/server-key.pem
# ssl_ca = /etc/mysql/conf.d/ssl/ca.pem
ssl_cert = /etc/mysql/conf.d/ssl/server-cert.pem
ssl_key = /etc/mysql/conf.d/ssl/server-key.pem
ssl_ca = /etc/mysql/conf.d/ssl/ca.pem