Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
44711700ad
commit
f12a98cb4b
|
@ -24,7 +24,7 @@ You can now start your OpenSearch cluster. The OpenSearch 1.x high-level REST cl
|
||||||
|
|
||||||
## Security
|
## 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.
|
If you're using certificates from a trusted Certificate Authority (CA), you don't need to configure the truststore.
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ You can now start your OpenSearch cluster.
|
||||||
|
|
||||||
## Security
|
## 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.
|
If you're using certificates from a trusted Certificate Authority (CA), you don't need to configure the truststore.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue