From cb4999f08660dec27ea98e4fbf3f7aa28edcf65a Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 14 Aug 2024 13:15:17 -0400 Subject: [PATCH] Fixes --- source/connect/tls.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/connect/tls.txt b/source/connect/tls.txt index 8039163..1cb27f0 100644 --- a/source/connect/tls.txt +++ b/source/connect/tls.txt @@ -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. @@ -179,7 +179,7 @@ You can create a key store with the `keytool or `openssl `__ 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 `__.