From f12a98cb4b454b61ac280d2c3541de1166710f12 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Thu, 9 Dec 2021 15:50:01 -0800 Subject: [PATCH] Language tweaks Signed-off-by: keithhc2 --- _clients/java-rest-high-level.md | 2 +- _clients/java.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_clients/java-rest-high-level.md b/_clients/java-rest-high-level.md index 2e854227..35778af7 100644 --- a/_clients/java-rest-high-level.md +++ b/_clients/java-rest-high-level.md @@ -24,7 +24,7 @@ You can now start your OpenSearch cluster. The OpenSearch 1.x high-level REST cl ## Security -Before using the REST client in your Java application, you need to configure the application's truststore to connect to the security plugin. If you are using self-signed certificates or demo configurations, you can use the following command to create a custom truststore and add in root authority certificates. +Before using the REST client in your Java application, you must configure the application's truststore to connect to the security plugin. If you are using self-signed certificates or demo configurations, you can use the following command to create a custom truststore and add in root authority certificates. If you're using certificates from a trusted Certificate Authority (CA), you don't need to configure the truststore. diff --git a/_clients/java.md b/_clients/java.md index 7f70671c..7c1ce770 100644 --- a/_clients/java.md +++ b/_clients/java.md @@ -43,7 +43,7 @@ You can now start your OpenSearch cluster. ## Security -Before using the REST client in your Java application, you need to configure the application's truststore to connect to the security plugin. If you are using self-signed certificates or demo configurations, you can use the following command to create a custom truststore and add in root authority certificates. +Before using the REST client in your Java application, you must configure the application's truststore to connect to the security plugin. If you are using self-signed certificates or demo configurations, you can use the following command to create a custom truststore and add in root authority certificates. If you're using certificates from a trusted Certificate Authority (CA), you don't need to configure the truststore.