puppet-horizon/releasenotes/notes/ca-optional-7443c07bcef671ce.yaml
Juan Antonio Osorio Robles 639f1cf98d Make horizon_ca optional when SSL is enabled
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
2017-08-17 16:45:10 +03:00

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.