Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ tiup cluster tls <cluster-name> <enable/disable> [flags]

`<cluster-name>` specifies the cluster for which you want to enable or disable TLS.

> **Note:**
>
> Currently, the `tiup cluster tls` command supports enabling or disabling TLS only for clusters with a single PD node. For clusters with multiple PD nodes, executing the `tiup cluster tls` command directly results in an error, because switching the TLS status causes communication exceptions between PD nodes. To enable or disable TLS for a cluster with multiple PD nodes, first [`scale-in`](/tiup/tiup-component-cluster-scale-in.md) the PD nodes to 1, and then execute the `tiup cluster tls` command.
Comment thread
qiancai marked this conversation as resolved.
Outdated

## Options

### --clean-certificate
Expand Down