Valian / docker-nginx-auto-ssl

Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
https://hub.docker.com/r/valian/docker-nginx-auto-ssl/
MIT License
411 stars 103 forks source link

How to config redis connection with password and tls/ssl #47

Open kondohiroki opened 4 years ago

Valian commented 4 years ago

@hirkkondo It seems https://github.com/auto-ssl/lua-resty-auto-ssl#redis auth option is not yet covered by environment variables. It has to be added to resty-http snippet, entrypoint, Dockerfile and readme, and then it should be possible. I would gladly accept PR, as I've done with the initial Redis support request.