mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
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:
parent
8f974484ed
commit
3b256a5af0
2
TLS.md
2
TLS.md
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user