openstack-ansible/releasenotes/notes/add-uwsgi-tls-5a8c4005106fbcd5.yaml
Dmitriy Rabotyagov 8c6076494c Freeze Ansible Roles for Beta release
Change-Id: I5361a9f4157a851a94708a81669bebcb6d825b09
2022-06-08 17:47:23 +00:00

9 lines
391 B
YAML

---
features:
- |
Added variable `uwsgi_tls` which when added to a `uwsgi_services` item
enables TLS for that service. `uwsgi_tls` is a dict and should contain 2
keys `crt` and `key`, which define the path to the certificate and its
corresponding key respectively. The certificate file should contain any
intermediate certificates required by a client to verify trust.