githubEdit

ssl_ca

ssl_ca sets the server-side path to the SSL Certificate Authority file in PEM format used by MariaDB Server, including for Galera TLS when wsrep_ssl_mode is SERVER or SERVER_X509.

Overview

CA file in PEM format (check OpenSSL docs, implies --ssl).

Details

Parameters

Command-line
--ssl_ca=arg

Configuration file

Supported

Dynamic

No

Scope

Global

Data Type

VARCHAR

Product Default Value

"" (an empty string)

Last updated

Was this helpful?