From a1b9e600b3567a4817d3b7c1b018aaa15259e4bd Mon Sep 17 00:00:00 2001 From: shichun-0415 <89768198+shichun-0415@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:45:59 +0800 Subject: [PATCH] tiup: remove restriction for enable_tls (#11421) --- tiup/tiup-cluster-topology-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-cluster-topology-reference.md b/tiup/tiup-cluster-topology-reference.md index f758001214f52..445eaff052bdc 100644 --- a/tiup/tiup-cluster-topology-reference.md +++ b/tiup/tiup-cluster-topology-reference.md @@ -38,7 +38,7 @@ The `global` section corresponds to the cluster's global configuration and has t - `ssh_port`: Specifies the SSH port to connect to the target machine for operations. The default value is `22`. -- `enable_tls`: Specifies whether to enable TLS for the cluster. After TLS is enabled, the generated TLS certificate must be used for connections between components or between the client and the component. **Once it is enabled, it cannot be disabled**. The default value is `false`. +- `enable_tls`: Specifies whether to enable TLS for the cluster. After TLS is enabled, the generated TLS certificate must be used for connections between components or between the client and the component. The default value is `false`. - `deploy_dir`: The deployment directory of each component. The default value is `"deployed"`. Its application rules are as follows: