From f1d1dde8e55473a2727e6c38316ae704e6c4c42f Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 29 Aug 2022 14:12:35 -0400 Subject: [PATCH] resolve_hostname should be singular (#1019) Signed-off-by: Craig Perkins Signed-off-by: Craig Perkins --- _security-plugin/configuration/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security-plugin/configuration/tls.md b/_security-plugin/configuration/tls.md index fa08972d..0121ded2 100755 --- a/_security-plugin/configuration/tls.md +++ b/_security-plugin/configuration/tls.md @@ -135,7 +135,7 @@ With `enforce_hostname_verification` enabled, the security plugin verifies that [ERROR][c.a.o.s.s.t.opensearchSecuritySSLNettyTransport] [WX6omJY] SSL Problem Received fatal alert: certificate_unknown ``` -In addition, when `resolve_hostnames` is enabled, the security plugin resolves the (verified) hostname against your DNS. If the hostname does not resolve, errors are thrown: +In addition, when `resolve_hostname` is enabled, the security plugin resolves the (verified) hostname against your DNS. If the hostname does not resolve, errors are thrown: Name | Description