mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 17:40:11 +02:00
Next part of merge. See TODO for details
This commit is contained in:
parent
b39e6e3d09
commit
60589aeee0
701 changed files with 138234 additions and 2250 deletions
|
|
@ -39,6 +39,13 @@
|
|||
{"ssl-key", OPT_SSL_KEY, "X509 key in PEM format (implies --ssl).",
|
||||
&opt_ssl_key, &opt_ssl_key, 0, GET_STR, REQUIRED_ARG,
|
||||
0, 0, 0, 0, 0, 0},
|
||||
{"ssl-crl", OPT_SSL_KEY, "Certificate revocation list (implies --ssl).",
|
||||
&opt_ssl_crl, &opt_ssl_crl, 0, GET_STR, REQUIRED_ARG,
|
||||
0, 0, 0, 0, 0, 0},
|
||||
{"ssl-crlpath", OPT_SSL_KEY,
|
||||
"Certificate revocation list path (implies --ssl).",
|
||||
&opt_ssl_crlpath, &opt_ssl_crlpath, 0, GET_STR, REQUIRED_ARG,
|
||||
0, 0, 0, 0, 0, 0},
|
||||
#ifdef MYSQL_CLIENT
|
||||
{"ssl-verify-server-cert", OPT_SSL_VERIFY_SERVER_CERT,
|
||||
"Verify server's \"Common Name\" in its cert against hostname used "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue