You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/enable-tls-between-components.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1167,6 +1167,68 @@ This section describes how to issue certificates using two methods: `cfssl` and
1167
1167
1168
1168
After the object is created, `cert-manager` generates a `${cluster_name}-ticdc-cluster-secret` Secret object to be used by the TiCDC component of the TiDB server.
- Add the following 2 IPs in `ipAddresses`. You can also add other IPs according to your needs:
1225
+
- `127.0.0.1`
1226
+
- `::1`
1227
+
- Add the Issuer created above in `issuerRef`.
1228
+
- For other attributes, refer to [cert-manager API](https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec).
1229
+
1230
+
After the object is created, `cert-manager` generates a `${cluster_name}-tiproxy-cluster-secret` Secret object to be used by the TiProxy component of the TiDB server.
0 commit comments