From 770358dc349be088bccc558d01f81d27e2588602 Mon Sep 17 00:00:00 2001 From: Ian Roberts Date: Wed, 17 Aug 2022 21:46:30 -0400 Subject: [PATCH] Update tls-support.md (#12916) Fixing " lists all possible values for the configs belong" in TLS section --- docs/operations/tls-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/tls-support.md b/docs/operations/tls-support.md index 2624ef95840..169b68da8cf 100644 --- a/docs/operations/tls-support.md +++ b/docs/operations/tls-support.md @@ -42,7 +42,7 @@ To get more in-depth knowledge of TLS/SSL support in Java in general, refer to t The [Configuring the Jetty SslContextFactory](https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html#configuring-sslcontextfactory) section can help in understanding TLS/SSL configurations listed below. Finally, [Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8](http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html) lists all possible -values for the configs belong, among others provided by Java implementation. +values for the configs below, among others provided by Java implementation. |Property|Description|Default|Required| |--------|-----------|-------|--------|