Skip to content

Commit 67b3f4f

Browse files
committed
updated documentation
1 parent 0bd604b commit 67b3f4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/doc.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ SocketCAFile
239239
240240
Optional root CA to use for secure TLS connections. For acceptors, client certificates will be verified against this CA. For initiators, clients will use the CA to verify the server certificate. If not configurated, initiators will verify the server certificate using the host's root CA set.
241241
242+
SocketMinimumTLSVersion
243+
244+
Specify the Minimum TLS version to use when creating a secure connection. The valid choices are SSL30, TLS10, TLS11, TLS12. Defaults to TLS12.
245+
242246
FileLogPath
243247
244248
Directory to store logs. Value must be valid directory for storing files, application must have write access.

0 commit comments

Comments
 (0)