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

TLS support #88

Open
Hraesvelg opened this issue Nov 11, 2024 · 0 comments
Open

TLS support #88

Hraesvelg opened this issue Nov 11, 2024 · 0 comments

Comments

@Hraesvelg
Copy link

hi everyone,

not very an issue, but i would like to enable TLS on my redis server, here my approach :

i use the ansible role geerlingguy.certbot to generate standard certificate
after that i configured redis with :

redis_extra_config: |
  tls-port 5
  tls-cert-file /etc/letsencrypt/live/.../fullchain.pem
  tls-key-file /etc/letsencrypt/live/.../privkey.pem
  tls-ca-cert-file /etc/letsencrypt/live/.../chain.pem

first problem here certificate is owned by root and redis service expect that redis user is the owner...
i could do a task to change owner but not satisfaying...

if someone have an example / some recommendation to do it...

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

No branches or pull requests

1 participant