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: content/operate/rs/security/encryption/tls/enable-tls.md
+45-2Lines changed: 45 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,14 @@ rladmin tune db < db:id | name > mtls_allow_outdated_certs enabled
81
81
82
82
## Enable TLS for Active-Active cluster connections
83
83
84
-
You cannot enable or turn off TLS after the Active-Active database is created, but you can change the TLS configuration.
85
84
86
-
To enable TLS for Active-Active cluster connections:
85
+
You can enable TLS for Active-Active cluster connections when you create a database using the Cluster Manager UI, [`crdb-cli`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli">}}), or the [REST API]({{<relref "/operate/rs/references/rest-api">}}).
86
+
87
+
If you need to enable or turn off TLS after the Active-Active database is created, you must use [`crdb-cli`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli">}}) or the [REST API]({{<relref "/operate/rs/references/rest-api">}}).
88
+
89
+
### Enable TLS during database creation
90
+
91
+
To enable TLS for Active-Active cluster connections using the Cluster Manager UI:
87
92
88
93
1. During [database creation]({{<relref "/operate/rs/databases/active-active/create">}}), expand the **TLS** configuration section.
89
94
@@ -95,6 +100,44 @@ To enable TLS for Active-Active cluster connections:
95
100
96
101
If you also want to require TLS for client connections, you must edit the Active-Active database configuration after creation. See [Enable TLS for client connections](#client) for instructions.
97
102
103
+
### Enable TLS after database creation
104
+
105
+
You can enable TLS for an existing Active-Active database using either `crdb-cli` or the REST API.
106
+
107
+
{{< multitabs id="enable-tls-post-creation"
108
+
tab1="CLI"
109
+
tab2="REST API" >}}
110
+
111
+
Run the following [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/update">}}) command:
0 commit comments