diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 2a45ddf392a..f80f8ae8fe8 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -868,6 +868,7 @@ Core Options allowInvalidHostnames: disabledProtocols: FIPSMode: + logVersions: compression: compressors: @@ -909,12 +910,16 @@ Core Options may attach :binary:`~bin.mongos` or :binary:`~bin.mongod` to any interface. To bind to multiple addresses, enter a list of comma-separated values. - .. example:: ``localhost,/tmp/mongod.sock`` + .. example:: + + ``localhost,/tmp/mongod.sock`` You can specify both IPv4 and IPv6 addresses, or hostnames that resolve to an IPv4 or IPv6 address. - .. example:: ``localhost, 2001:0DB8:e132:ba26:0d5c:2774:e7f9:d513`` + .. example:: + + ``localhost, 2001:0DB8:e132:ba26:0d5c:2774:e7f9:d513`` .. note:: @@ -929,7 +934,9 @@ Core Options `zone index `_ to that address (i.e. ``fe80::
%``). - .. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3`` + .. example:: + + ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3`` .. include:: /includes/tip-hostnames.rst @@ -1150,6 +1157,7 @@ Core Options allowInvalidHostnames: disabledProtocols: FIPSMode: + logVersions: .. setting:: net.tls.mode @@ -1611,6 +1619,23 @@ Core Options .. include:: /includes/note-fips-is-enterprise-only.rst +.. setting:: net.tls.logVersions + + *Type*: string + + Instructs :binary:`~bin.mongos` or :binary:`~bin.mongod` to log a + message when a client connects using a specified TLS version. + + Specify either a single TLS version or a comma-separated list of + multiple TLS versions. + + .. example:: + + To instruct :binary:`~bin.mongos` or :binary:`~bin.mongod` to + log a message when a client connects using either TLS 1.2 or + TLS 1.3, set :setting:`net.tls.logVersions` to + ``"TLS1_2,TLS1_3"``. + .. _net-ssl-conf-options: