1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00
Files
mariadb/mysql-test/t/ssl_system_ca.combinations
Sergei Golubchik 1f9a0437da new C/C and --ssl-verify-server-cert tests
tests for --ssl-verify-server-cert with system CA
and with incorrect hostname
2020-01-23 10:46:21 +01:00

12 lines
221 B
Plaintext

[good]
#
# hostname on the certificate is localhost
#
[bad]
#
# hostname on the certificate is server8k
#
loose-ssl-key=$MYSQL_TEST_DIR/std_data/server8k-key.pem
loose-ssl-cert=$MYSQL_TEST_DIR/std_data/server8k-cert.pem