Skip to content

Commit e276c56

Browse files
authored
Doc: Clarify description and make minor grammar fixes (#448)
1 parent 837b784 commit e276c56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ Flag to determine whether to add `host` field to event using the value supplied
202202
* Default value is `java.lang.String[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256]@459cfcca`
203203

204204
The list of ciphers suite to use, listed by priorities.
205-
The default values applies for OpenJDK 11.0.14 and higher, for older versions the list does not include suites not supported by the JDK, such as the ChaCha20 family of ciphers.
205+
This default list applies for OpenJDK 11.0.14 and higher.
206+
For older JDK versions, the default list includes only suites supported by that version.
207+
For example, the ChaCha20 family of ciphers is not supported in older versions.
206208

207209
[id="plugins-{type}s-{plugin}-client_inactivity_timeout"]
208210
===== `client_inactivity_timeout`

0 commit comments

Comments
 (0)