How to use TLS certificate for redis

Hi, I use a Redis server managed by GCP which requires me to use a certificate. However, I could not find a way to use the certificate in config toml file. How can I do it?

I don’t think there is currently a way to provide CA certificates for redis (I’m not sure if the URL supports this as an argument). PRs are welcome to add this feature.