@@ -19,17 +19,17 @@ MongoDB supports TLS/SSL (Transport Layer Security/Secure Sockets Layer)
1919to encrypt all of MongoDB's network traffic. TLS/SSL ensures that MongoDB
2020network traffic is only readable by the intended client.
2121
22- MongoDB TLS/SSL implementation uses OpenSSL libraries. MongoDB's SSL
23- encryption only allows use of strong SSL ciphers with a minimum of
22+ MongoDB TLS/SSL implementation uses OpenSSL libraries. MongoDB's TLS/ SSL
23+ encryption only allows use of strong TLS/ SSL ciphers with a minimum of
2424128-bit key length for all connections.
2525
2626Certificates
2727------------
2828
29- Before you can use SSL, you must have a :file:`.pem` file containing a
29+ Before you can use TLS/ SSL, you must have a :file:`.pem` file containing a
3030public key certificate and its associated private key.
3131
32- MongoDB can use any valid SSL certificate issued by a certificate
32+ MongoDB can use any valid TLS/ SSL certificate issued by a certificate
3333authority or a self-signed certificate. If you use a self-signed
3434certificate, although the communications channel will be encrypted,
3535there will be *no* validation of server identity. Although such a
@@ -43,7 +43,7 @@ For example, see :doc:`/tutorial/configure-ssl-clients`.
4343Identity Verification
4444---------------------
4545
46- In addition to encrypting connections, SSL allows for authentication
46+ In addition to encrypting connections, TLS/ SSL allows for authentication
4747using certificates, both for :doc:`client authentication
4848</core/authentication>` and for :doc:`internal authentication
4949</core/security-internal-authentication>` of members of replica sets and
0 commit comments