--ssl-ca
This page is part of MariaDB's MariaDB Documentation.
The parent of this page is: mariadb-shell for MariaDB Shell
Topics on this page:
Overview
TLS CA Certificate in PEM format
See also: mariadb-shell for MariaDB Shell, in 23.02, in 23.01, in 22.12, and in 22.10
USAGE
mariadb-shell [--ssl-ca <path/to/TLS_CA_file>]
DETAILS
Option | Default Behavior | Argument |
---|---|---|
| TLS is not used by default | Path to a PEM file that contains one or more X509 certificates for trusted Certificate Authorities (CAs) to use for TLS |
EXAMPLES
To connect to a host using the CA certificates from the /etc/ssl/mariadb/ca.pem
file:
$ mariadb-shell \
--host host.example.com \
--user user_name \
--password 'user_password' \
--ssl-ca /etc/ssl/mariadb/ca.pem
CHANGE HISTORY
Release Series | History |
---|---|
23.03 |
|
23.02 |
|
23.01 |
|
22.12 |
|
22.10 |
|