@@ -277,50 +277,26 @@ Authentication Parameters
277
277
278
278
db.adminCommand( { setParameter: 1, sslMode: "preferSSL" } )
279
279
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
-
304
280
.. parameter:: sslWithholdClientCertificate
305
281
306
282
*Default*: false
307
283
308
- .. deprecated :: 4.2 Use :parameter:`tlsWithholdClientCertificate` instead.
284
+ .. versionadded :: 3.4.18
309
285
310
286
|both|
311
287
312
288
A TLS certificate is set for a :binary:`mongod <bin.mongod>` or
313
289
: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
317
293
certificate is set, by default, the instance sends the certificate when
318
294
initiating intra-cluster communications with other
319
295
:binary:`mongod <bin.mongod>` or :binary:`mongos <bin.mongos>` instances in
320
296
the deployment. Set ``sslWithholdClientCertificate`` to ``1`` or ``true`` to
321
297
direct the instance to withhold sending its TLS certificate during these
322
298
communications. Use this option with
323
- :option:`--tlsAllowConnectionsWithoutCertificates <mongod --tlsAllowConnectionsWithoutCertificates >`
299
+ :option:`--sslAllowConnectionsWithoutCertificates <mongod --sslAllowConnectionsWithoutCertificates >`
324
300
(to allow inbound connections without certificates) on all members of the
325
301
deployment. ``sslWithholdClientCertificate`` is mutually exclusive with
326
302
:option:`--clusterAuthMode x509 <mongod --clusterAuthMode>`.
0 commit comments