File: redis-ssl-ca14b4b99c2e5a84.yaml

package info (click to toggle)
python-oslo.cache 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 784 kB
  • sloc: python: 3,059; makefile: 24; sh: 2
file content (11 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    When the ``dogpile.cache.redis`` backend is used and
    the ``[cache] tls_enable`` option is set to True, now the following
    ``[cache]`` options set tls certificates and keys used for TLS
    communication with Redis.

    - ``tls_cafile``
    - ``tls_certfile``
    - ``tls_keyfile``