Skip to content

Commit c035dfb

Browse files
committed
doc: mention defaults for mysql_adaptor client-side TLS certs
1 parent 377acb2 commit c035dfb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/mysql_adaptor.4gx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@ on the MySQL connection.
4848
Default: \fI0\fP (no timeout)
4949
.TP
5050
\fBmysql_tls_cert\fP
51-
The path name of the client public key certificate file.
51+
The path name of an optional client public key certificate file for
52+
authentication.
53+
.br
54+
Default: (empty)
5255
.TP
5356
\fBmysql_tls_key\fP
54-
The path name of the client private key file.
57+
The path name of an optional client private key file for authentication.
58+
.br
59+
Default: (empty)
5560
.TP
5661
\fBmysql_username\fP
5762
Default: \fIroot\fP

0 commit comments

Comments
 (0)