Skip to content

Commit

Permalink
docs: clarify TLS cipher suite config (#15203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirschner-hashicorp authored Nov 19, 2022
1 parent 1153779 commit 124e717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/agent/config/config-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
available through [this search](https://github.com/hashicorp/consul/search?q=goTLSCipherSuites+%3D+map).
to TLS 1.2 and below only. The list of all ciphersuites supported by Consul is
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
Consul 1.11 onwards. See this [post](https://go.dev/blog/tls-cipher-suites)
Expand Down

0 comments on commit 124e717

Please sign in to comment.