Improve TLS.md configuration instructions (#385)

Signed-off-by: Parker Shankin-Clarke <parkerwsc1@gmail.com>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
This commit is contained in:
pshankinclarke 2024-05-03 11:13:10 -07:00 committed by GitHub
parent 8f974484ed
commit 3b256a5af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
TLS.md
View File

@ -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`,