Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tls configuration and instructions #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add tls configuration and instructions #1

wants to merge 1 commit into from

Conversation

mrkurt
Copy link
Contributor

@mrkurt mrkurt commented Nov 10, 2020

No description provided.

@codepope
Copy link
Contributor

Readme config doesn't match up in naming:

/certs
   /redis-server.crt
   /redis-server.key
   /rootCA.crt
/redis-client.crt
   /redis-client.key

Then, we can pop on into the redis.conf to configure TLS:

tls-port 7379
tls-cert-file /etc/certs/server.pem
tls-key-file /etc/certs/server-key.pem
tls-ca-cert-file /etc/certs/rootCA.crt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants