Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmorisi committed Aug 14, 2024
1 parent 4fced55 commit cb4999f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/connect/tls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Configure the JVM Key Store
validation. You must configure the key store if you configured your MongoDB
instance to validate client certificates.

The JVM key store saves certificates that securely identify your Kotlin
The JVM key store saves certificates that securely identify your {+language+}
application to other applications. Using these certificates, other
applications can prove that the connection to your application is
genuine and secure from tampering by third parties.
Expand All @@ -179,7 +179,7 @@ You can create a key store with the `keytool
or `openssl <https://www.openssl.org/docs/manmaster/man1/openssl.html>`__
command line tool.

For more information on configuring a Kotlin application to use TLS/SSL,
For more information on configuring a {+language+} application to use TLS/SSL,
please see the `JSSE Reference Guide
<https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html>`__.

Expand Down

0 comments on commit cb4999f

Please sign in to comment.