Files
tooz/releasenotes/notes/bug-2012226-67752e8cae8489ee.yaml
Takashi Kajinami 38523acdc6 Redis: Allow customizing ssl ca certificates path
This allows users to give ssl_ca_certs argument of redis client so that
a specific file, instead of the system global certificates, can be
used.

Closes-Bug: #2012226
Change-Id: Id7e76c35c5ce7b22a8261026fe76557d509616b3
2023-11-27 10:13:03 +09:00

6 lines
135 B
YAML

---
features:
- |
Now redis backend supports customizing path to CA certificates using
the ``ssl_ca_certs`` query parameter.