Skip to content

Commit

Permalink
Add docs for auto-tls setting (#6125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Aug 10, 2021
1 parent f2a2a27 commit 25cbc45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ Configuration items related to security.
+ Default value: `"plaintext"`, which disables encryption.
+ Optional values: `"plaintext"` and `"aes128-ctr"`

### `auto-tls`

- Determines whether to automatically generate the TLS certificates on startup.
- Default value: `true`

## Performance

Configuration items related to performance.
Expand Down

0 comments on commit 25cbc45

Please sign in to comment.