redis-tls-dockerfile icon indicating copy to clipboard operation
redis-tls-dockerfile copied to clipboard

Redis 6.0 includes TLS

Open ghost opened this issue 4 years ago • 2 comments

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

ghost avatar Jan 15 '21 18:01 ghost

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.

madflojo avatar Jan 15 '21 19:01 madflojo

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.

ghost avatar Jan 18 '21 15:01 ghost