We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c528dd commit 74f30abCopy full SHA for 74f30ab
source/tutorial/configure-ssl.txt
@@ -49,8 +49,9 @@ Certificate Authorities
49
50
When establishing a TLS/SSL connection, the
51
:binary:`~bin.mongod`/:binary:`~bin.mongos` presents a certificate key
52
-file (containing a public key certificate and its associated private
53
-key) to its clients to establish its identity. [#FIPS]_
+file to its clients to establish its identity. [#FIPS]_ The certificate
+key file contains a public key certificate and its associated private
54
+key, but only the public component is revealed to the client.
55
56
MongoDB can use any valid TLS/SSL certificate issued by a certificate
57
authority, or a self-signed certificate. If you use a self-signed
0 commit comments