redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Is there a script to refresh the test certificates? #128

Closed voxik closed 1 year ago

voxik commented 1 year ago

It would be useful to have some script to refresh the test certificates. It would help the package in Fedora to prevent the test failures during the package lifetime.

byroot commented 1 year ago

https://github.com/redis-rb/redis-client/blob/master/test/fixtures/generate-certs.sh

voxik commented 1 year ago

Ah, nice! Was looking into Rakefile or bin :see_no_evil: Thx a lot