Skip to content

Commit 74f30ab

Browse files
committed
DOCSP-13255 fix TLS enchange private key
1 parent 8c528dd commit 74f30ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/tutorial/configure-ssl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Certificate Authorities
4949

5050
When establishing a TLS/SSL connection, the
5151
: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]_
52+
file to its clients to establish its identity. [#FIPS]_ The certificate
53+
key file contains a public key certificate and its associated private
54+
key, but only the public component is revealed to the client.
5455

5556
MongoDB can use any valid TLS/SSL certificate issued by a certificate
5657
authority, or a self-signed certificate. If you use a self-signed

0 commit comments

Comments
 (0)