puppet-keystone/releasenotes/notes/Add-cert-and-key-files-specifically-for-the-admin-endpoint-815e0109247d6f70.yaml
Juan Antonio Osorio Robles 353c396520 Allow different key/cert for the admin apache vhost
The admin endpoint might be serving with a different IP and
servername, so it might need a different set of keys/certs. This
commit gives it the ability to do so, while still having backwards
compatibility, since, if no admin key/cert is given, it will use the
pair that the public endpoint uses.

Change-Id: I8725bb39f6473e4837cbd0c553295c2340f20913
2016-09-01 14:26:33 +03:00

6 lines
217 B
YAML

---
features:
- It is now possible to set a specific certificate and key files for the
admin endpoint when it's deployed over apache. It used to be the case that
the public and admin endpoints had to match.