From 2a212253c525ddcf272bd58e906dd7a72e0ef434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 5 Aug 2021 14:18:13 +0200 Subject: [PATCH 1/2] Add docs for auto-tls setting --- tidb-configuration-file.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 56c1913876366..9d7047ef84b94 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -326,6 +326,11 @@ Configuration items related to security. + Default value: `"plaintext"`, which disables encryption. + Optional values: `"plaintext"` and `"aes128-ctr"` +### `auto-tls` + +- Automatic generation of TLS certificates on startup. +- Default value: `true` + ## Performance Configuration items related to performance. From d82173971d7a8a5127177a4289c9299e58800248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 9 Aug 2021 10:45:16 +0200 Subject: [PATCH 2/2] Update tidb-configuration-file.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 9d7047ef84b94..c856bb976f7b1 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -328,7 +328,7 @@ Configuration items related to security. ### `auto-tls` -- Automatic generation of TLS certificates on startup. +- Determines whether to automatically generate the TLS certificates on startup. - Default value: `true` ## Performance