We have 20+ on-prem and cloud-based small standalone Redis databases, mainly for query caching and local queues.
They are all secured with self-signed SSL client certs that are automatically rotated every 30 days.
Every time this rotation happens, all devs need to copy-paste 3 certificates for every Redis db into the RedisInsight Windows GUI.
As these certs are recreated in-place, keeping the same filename and network location, using cert paths should solve this issue, but there is no option for cert path, just cert contents.
As you moved in version 2.6x and 2.70 into Local Storage storage instead of a connections.db or config.json we can't even automate this.
Can you please consider allowing cert paths?
Thanks!