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: |
42
42
Click :guilabel:`Validate` to test that each host in your
43
43
deployment has a |tls| |certauth| at the paths you specified.
44
44
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
+
45
58
* - Client Certificate Mode
46
59
- Select if client applications or {+mdbagent+}\s must present a
47
60
|tls| certificate when connecting to a |tls|\-enabled MongoDB
Original file line number Diff line number Diff line change 11
11
- Adds ability to configure the ``net.tls.clusterCAFile `` parameter.
12
12
- Adds additional snapshot metrics to the snapshot summary table.
13
13
- Adds ability to track restore block download performance.
14
+ - Adds ability to specify a cluster CA file.
14
15
- Improves MongoDB and S3-compatible blockstore snapshot performance for
15
16
large files through enhanced memory utilization.
16
17
- Improves the agent's ability to retry for more blockstore errors.
You can’t perform that action at this time.
0 commit comments