backport of commit 8220f7845a (#15489)

This pull request was automerged via backport-assistant
pull/15491/head
hc-github-team-consul-core 2022-11-19 08:53:50 -05:00 committed by GitHub
parent 263a95d54b
commit 6fa93d3844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1984,8 +1984,8 @@ specially crafted certificate signed by the CA can be used to gain full access t
- `tls_cipher_suites` ((#tls_defaults_tls_cipher_suites)) This specifies - `tls_cipher_suites` ((#tls_defaults_tls_cipher_suites)) This specifies
the list of supported ciphersuites as a comma-separated-list. Applicable the list of supported ciphersuites as a comma-separated-list. Applicable
to TLS 1.2 and below only. The list of all supported ciphersuites is to TLS 1.2 and below only. The list of all ciphersuites supported by Consul is
available through [this search](https://github.com/hashicorp/consul/search?q=goTLSCipherSuites+%3D+map). available in [the TLS configuration source code](https://github.com/hashicorp/consul/search?q=%22var+goTLSCipherSuites%22).
~> **Note:** The ordering of cipher suites will not be guaranteed from ~> **Note:** The ordering of cipher suites will not be guaranteed from
Consul 1.11 onwards. See this [post](https://go.dev/blog/tls-cipher-suites) Consul 1.11 onwards. See this [post](https://go.dev/blog/tls-cipher-suites)