Skip to content

Commit

Permalink
Make docs for TLS more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Oct 13, 2023
1 parent 34f5a55 commit 5ea5574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configuration/listen.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ Same syntax as for `auth.methods` option.

## TLS options for C2S

By default the C2S listener does not use TLS.
To use TLS, you need to add a TOML subsection called `tls` to the listener options.
To enable TLS, a TOML subsection called `tls` has to be present in the listener options.
To disable TLS, make sure that the section is not present, and no TLS options are set.
You can set the following options in this section:

### `listen.c2s.tls.mode`
Expand Down

0 comments on commit 5ea5574

Please sign in to comment.