mirror of https://github.com/status-im/consul.git
📝 Prefer brevity at the cost of some ambiguity
This commit is contained in:
parent
1db58de366
commit
961aea97fe
|
@ -1341,8 +1341,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
|
|||
|
||||
* <a name="tls_cipher_suites"></a><a href="#tls_cipher_suites">`tls_cipher_suites`</a> Added in Consul
|
||||
0.8.2, this specifies the list of supported ciphersuites as a comma-separated-list. The list of all
|
||||
supported ciphersuites is available in the [`tlsutil.ParseCiphers` source as the keys of the `cipherMap`
|
||||
map](https://github.com/hashicorp/consul/blob/6378d607fd887327cfd1aadccf1ccb683da745b6/tlsutil/config.go#L363).
|
||||
supported ciphersuites is available in the [source code](https://github.com/hashicorp/consul/blob/6378d607fd887327cfd1aadccf1ccb683da745b6/tlsutil/config.go#L363).
|
||||
|
||||
* <a name="tls_prefer_server_cipher_suites"></a><a href="#tls_prefer_server_cipher_suites">
|
||||
`tls_prefer_server_cipher_suites`</a> Added in Consul 0.8.2, this will cause Consul to prefer the
|
||||
|
|
Loading…
Reference in New Issue