353c396520
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
6 lines
217 B
YAML
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.
|