redis-tls-dockerfile
redis-tls-dockerfile copied to clipboard
Redis 6.0 includes TLS
In the redis 6.0 documentation it includes tls in the configuration file. Will this project end up inheriting the native process of running the server with redis-server --tls-port over using stunnel?
Link to redis documentation for encryption: https://redis.io/topics/encryption Link to the redis.conf example file: https://raw.githubusercontent.com/redis/redis/6.0/redis.conf
You know, as I look at it. Seems that TLS is already enabled on the default Docker image: https://github.com/docker-library/redis/blob/f634377257f6a41eaded4fb57672260fea6369e1/6.0/Dockerfile#L80
It may be high time to Archive this repo.
You know, as I look at it. Seems that TLS is already enabled on the default Docker image: https://github.com/docker-library/redis/blob/f634377257f6a41eaded4fb57672260fea6369e1/6.0/Dockerfile#L80
It may be high time to Archive this repo.
You may be right. If you decide to Archive probably worth a link to the default image and an explanation why.