mirror of
https://github.com/MariaDB/server.git
synced 2026-01-03 01:55:43 +01:00
Add tests to verify that TLS configurations with certificate chain of trust are
supported.
The contents of the commit are inspired from the MySQL project:
969afef933
Credits to salman.s.khan@oracle.com
All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.
3 lines
164 B
Text
3 lines
164 B
Text
--ssl-ca=$MYSQL_TEST_DIR/std_data/cachain/root.crt
|
|
--ssl-key=$MYSQL_TEST_DIR/std_data/cachain/server.key
|
|
--ssl-cert=$MYSQL_TEST_DIR/std_data/cachain/server.cachain
|