File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
release-notes/changelogs/ops-manager Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,19 @@ content: |
4242 Click :guilabel:`Validate` to test that each host in your
4343 deployment has a |tls| |certauth| at the paths you specified.
4444
45+ * - Cluster TLS CA File Path
46+ - The :file:`.pem` file that contains the root certificate chain from the Certificate Authority
47+ used to validate the certificate presented by a client establishing a connection.
48+ Specify the file name of the :file:`.pem` file using relative or absolute paths.
49+ :setting:`net.tls.clusterCAFile` requires that :setting:`net.tls.CAFile` is set.
50+
51+ If you do not specify the :setting:`net.tls.clusterCAFile`, the cluster uses the :file:`.pem` file specified in the
52+ :setting:`net.tls.CAFile` option.
53+
54+ :setting:`net.tls.clusterCAFile` lets you use separate Certificate
55+ Authorities to verify the client-to-server and server-to-client
56+ portions of the TLS handshake.
57+
4558 * - Client Certificate Mode
4659 - Select if client applications or {+mdbagent+}\s must present a
4760 |tls| certificate when connecting to a |tls|\-enabled MongoDB
Original file line number Diff line number Diff line change 1111- Adds ability to configure the ``net.tls.clusterCAFile `` parameter.
1212- Adds additional snapshot metrics to the snapshot summary table.
1313- Adds ability to track restore block download performance.
14+ - Adds ability to specify a cluster CA file.
1415- Improves MongoDB and S3-compatible blockstore snapshot performance for
1516 large files through enhanced memory utilization.
1617- Improves the agent's ability to retry for more blockstore errors.
You can’t perform that action at this time.
0 commit comments