SSL Command Options


The following list describes options that are used for specifying the use of SSL, certificate files, and key files. They can be given on the command line or in an option file. These options are not available unless MariaDB has been built with SSL support. See , "Using SSL Connections".

Table 5.17. SSL Option/Variable Summary

Name Cmd-Line Option file System Var Status Var Var Scope Dynamic
have_openssl Yes Global No
have_ssl Yes Global No
skip-ssl Yes Yes
ssl Yes Yes
ssl-ca Yes Yes Global No
- Variable: ssl_ca Yes Global No
ssl-capath Yes Yes Global No
- Variable: ssl_capath Yes Global No
ssl-cert Yes Yes Global No
- Variable: ssl_cert Yes Global No
ssl-cipher Yes Yes Global No
- Variable: ssl_cipher Yes Global No
ssl-crl Yes Yes Global No
- Variable: ssl_crl Yes Global No
ssl-crlpath Yes Yes Global No
- Variable: ssl_crlpath Yes Global No
ssl-key Yes Yes Global No
- Variable: ssl_key Yes Global No
ssl-verify-server-cert Yes Yes

If you use SSL when establishing a client connection, you can tell the client not to authenticate the server certificate by specifying neither --ssl-ca nor --ssl-capath. The server still verifies the client according to any applicable requirements established using GRANT statements for the client, and it still uses any --ssl-ca/--ssl-capath values that were passed to server at startup time.

Retornar