Skip to content

Commit 3e1c388

Browse files
DOCSP-35350 Add clusterCAFile (#50)
Co-authored-by: pierwill <[email protected]> Co-authored-by: lmkerbey-mdb <[email protected]>
1 parent a362deb commit 3e1c388

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

source/includes/steps-source-enable-authentication.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

source/release-notes/changelogs/ops-manager/changelog-onprem-v7.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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.

0 commit comments

Comments
 (0)