You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hosts with a known external |certauth| or self-signed
54
52
|certauth|.
55
53
56
-
.. note::
57
-
58
-
If you set this value to ``true``, you must set
59
-
:msetting:`httpsCAFile`.
54
+
If you set this value to ``true``, you must set
55
+
:msetting:`httpsCAFile`.
60
56
61
57
* - :msetting:`httpsCAFile`
62
58
- Conditional
63
59
- If you are using your own self-signed |certauth| ``.pem``
64
60
files, add this property and set it to the absolute path to
65
61
your |certauth| file on the MongoDB host.
66
62
67
-
.. important::
68
-
69
-
This |certauth| file must be in the same location on each
70
-
MongoDB host in the same sharded cluster or replica set.
71
-
Any MongoDB host that does not have the file in the same
72
-
file location as the others may become unaccessible.
63
+
:gold:`IMPORTANT:` This |certauth| file must be in the same
64
+
location on each MongoDB host in the same sharded cluster
65
+
or replica set. Any MongoDB host that does not have the file
66
+
in the same file location as the others may become unaccessible.
73
67
74
-
Add the |certauth| for the ``downloads.mongodb.com``
75
-
certificate to this ``.pem`` file if you:
68
+
Add the |certauth| for the ``downloads.mongodb.com``
69
+
certificate to this ``.pem`` file if you:
76
70
77
-
1. Need your {+mdbagent+}s to download their MongoDB
71
+
1. Need your {+mdbagent+}s to download their MongoDB
78
72
installers from the Internet,
79
73
80
-
#. Use TLS to encrypt connections, and
74
+
#. Use TLS to encrypt connections, and
81
75
82
-
#. Signed your certificates with a private CA. (You set the
83
-
``httpsCAFile`` option.)
76
+
#. Signed your certificates with a private CA. (You set the
77
+
``httpsCAFile`` option.)
84
78
85
-
To learn how to download TLS certificates from another web
86
-
site, see the `OpenSSL Cookbook entry <https://www.feistyduck.com/library/openssl-cookbook/online/ch-testing-with-openssl.html#extracting-remote-certificates>`__.
79
+
To learn how to download TLS certificates from another web
80
+
site, see the `OpenSSL Cookbook entry <https://www.feistyduck.com/library/openssl-cookbook/online/ch-testing-with-openssl.html#extracting-remote-certificates>`__.
0 commit comments