Skip to content

Commit

Permalink
Improve TLS.md configuration instructions (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Parker Shankin-Clarke <parkerwsc1@gmail.com>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
pshankinclarke and zuiderkwast committed May 3, 2024
1 parent 8f97448 commit 3b256a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To connect to this Valkey server with `valkey-cli`:
--key ./tests/tls/valkey.key \
--cacert ./tests/tls/ca.crt

This will disable TCP and enable TLS on port 6379. It's also possible to have
Specifying `port 0` will disable TCP. It's also possible to have
both TCP and TLS available, but you'll need to assign different ports.

To make a Replica connect to the master using TLS, use `--tls-replication yes`,
Expand Down

0 comments on commit 3b256a5

Please sign in to comment.