Skip to content

Commit

Permalink
Fix command line formatting in TLS.md (#372)
Browse files Browse the repository at this point in the history
Fix command line formatting in TLS.md 

Signed-off-by: Parker Shankin-Clarke <[email protected]>
  • Loading branch information
pshankinclarke authored Apr 25, 2024
1 parent d0ee418 commit 2e926b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ To manually run a Valkey server with TLS mode (assuming `gen-test-certs.sh` was
invoked so sample certificates/keys are available):

For TLS built-in mode:

./src/valkey-server --tls-port 6379 --port 0 \
--tls-cert-file ./tests/tls/valkey.crt \
--tls-key-file ./tests/tls/valkey.key \
--tls-ca-cert-file ./tests/tls/ca.crt

For TLS module mode:

./src/valkey-server --tls-port 6379 --port 0 \
--tls-cert-file ./tests/tls/valkey.crt \
--tls-key-file ./tests/tls/valkey.key \
Expand Down

0 comments on commit 2e926b2

Please sign in to comment.