639f1cf98d
This allows the vhost to use the globally set CA file (in ssl.conf) if present. Or one might just not need the CA to be set (no TLS authentication). Change-Id: Iba1aea34e72a0138120fa7bcb7267f73e37bf0ce Closes-Bug: #1711280
7 lines
212 B
YAML
7 lines
212 B
YAML
---
|
|
security:
|
|
- |
|
|
The horizon_ca option is now optional. This implies that you could in theory
|
|
use the CA configured in the global httpd SSL configuration (ssl.conf) or
|
|
simply not using this value.
|