Skip to content

Commit a5b6924

Browse files
committed
DOCS-12051: sslWithholdClientCertificate changes for backporting to 3.6.9
1 parent 197dedc commit a5b6924

File tree

1 file changed

+5
-29
lines changed

1 file changed

+5
-29
lines changed

source/reference/parameters.txt

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -277,50 +277,26 @@ Authentication Parameters
277277

278278
db.adminCommand( { setParameter: 1, sslMode: "preferSSL" } )
279279

280-
.. parameter:: tlsWithholdClientCertificate
281-
282-
*Default*: false
283-
284-
.. versionadded:: 4.2
285-
286-
|both|
287-
288-
A TLS certificate is set for a :binary:`mongod <bin.mongod>` or
289-
:binary:`mongos <bin.mongos>` either by the
290-
:option:`--tlsClusterFile <mongod --tlsClusterFile>` option or by the
291-
:option:`--tlsPEMKeyFile <mongod --tlsPEMKeyFile>` option when
292-
:option:`--tlsClusterFile <mongod --tlsClusterFile>` is not set. If the TLS
293-
certificate is set, by default, the instance sends the certificate when
294-
initiating intra-cluster communications with other
295-
:binary:`mongod <bin.mongod>` or :binary:`mongos <bin.mongos>` instances in
296-
the deployment. Set ``tlsWithholdClientCertificate`` to ``1`` or ``true`` to
297-
direct the instance to withhold sending its TLS certificate during these
298-
communications. Use this option with
299-
:option:`--tlsAllowConnectionsWithoutCertificates <mongod --tlsAllowConnectionsWithoutCertificates>`
300-
(to allow inbound connections without certificates) on all members of the
301-
deployment. ``tlsWithholdClientCertificate`` is mutually exclusive with
302-
:option:`--clusterAuthMode x509 <mongod --clusterAuthMode>`.
303-
304280
.. parameter:: sslWithholdClientCertificate
305281

306282
*Default*: false
307283

308-
.. deprecated:: 4.2 Use :parameter:`tlsWithholdClientCertificate` instead.
284+
.. versionadded:: 3.4.18
309285

310286
|both|
311287

312288
A TLS certificate is set for a :binary:`mongod <bin.mongod>` or
313289
:binary:`mongos <bin.mongos>` either by the
314-
:option:`--tlsClusterFile <mongod --tlsClusterFile>` option or by the
315-
:option:`--tlsPEMKeyFile <mongod --tlsPEMKeyFile>` option when
316-
:option:`--tlsClusterFile <mongod --tlsClusterFile>` is not set. If the TLS
290+
:option:`--sslClusterFile <mongod --sslClusterFile>` option or by the
291+
:option:`--sslPEMKeyFile <mongod --sslPEMKeyFile>` option when
292+
:option:`--sslClusterFile <mongod --sslClusterFile>` is not set. If the TLS
317293
certificate is set, by default, the instance sends the certificate when
318294
initiating intra-cluster communications with other
319295
:binary:`mongod <bin.mongod>` or :binary:`mongos <bin.mongos>` instances in
320296
the deployment. Set ``sslWithholdClientCertificate`` to ``1`` or ``true`` to
321297
direct the instance to withhold sending its TLS certificate during these
322298
communications. Use this option with
323-
:option:`--tlsAllowConnectionsWithoutCertificates <mongod --tlsAllowConnectionsWithoutCertificates>`
299+
:option:`--sslAllowConnectionsWithoutCertificates <mongod --sslAllowConnectionsWithoutCertificates>`
324300
(to allow inbound connections without certificates) on all members of the
325301
deployment. ``sslWithholdClientCertificate`` is mutually exclusive with
326302
:option:`--clusterAuthMode x509 <mongod --clusterAuthMode>`.

0 commit comments

Comments
 (0)