Update tls-support.md (#12916)

Fixing " lists all possible values for the configs belong" in TLS section
This commit is contained in:
Ian Roberts 2022-08-17 21:46:30 -04:00 committed by GitHub
parent 536415b948
commit 770358dc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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|
|--------|-----------|-------|--------|