Skip to content

Commit

Permalink
db_mysql: update docs for opt_ssl_ca
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man committed Feb 14, 2024
1 parent ea81e6c commit eafd93f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/modules/db_mysql/doc/db_mysql_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,30 @@ modparam("db_mysql", "update_affected_found", 1)
...
modparam("db_mysql", "opt_ssl_mode", 1)
...
</programlisting>
</example>
</section>
<section id="db_mysql.p.opt_ssl_ca">
<title><varname>opt_ssl_ca</varname> (integer)</title>
<para>
Configures the CA certs used to verify the MySQL server cert when
SSL is enabled.
</para>
<para>
Required when opt_ssl_mode = 4 or 5 and db_mysql is built
with libmysqlclient.
</para>
<para>
<emphasis>
Default value is NULL (NULL - not configured).
</emphasis>
</para>
<example>
<title>Set <varname>opt_ssl_ca</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("db_mysql", "opt_ssl_ca", "/etc/ssl/certs/mysql-ca.pem")
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit eafd93f

Please sign in to comment.