mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
84d650cc4a
Previously, the documentation linked to Golang's source code, which can drift from the list of cipher suites supported by Consul. Consul has a hard-coded mapping of string values to Golang cipher suites, so this is a more direct source of truth to help users understand which string values are accepted in the `tls_cipher_suites` configuration value.