Skip to content

Commit

Permalink
Update TLS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: Parker Shankin-Clarke <parkerwsc1@gmail.com>
  • Loading branch information
pshankinclarke and zuiderkwast committed May 3, 2024
1 parent 6947b9d commit 1176825
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

Specifying `port 0` 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 1176825

Please sign in to comment.