cbb7f19a34
Adds two new VirtualMedia fields: Certificates and VerifyCertificate. The former currently points at an empty collection, which cannot be updated. The latter can be set via PATCH on a VirtualMedia resource. TLS certificate validation has been disabled by default to match what actual hardware does. Change-Id: If0090b865d2106b90a13f9ca7329db6f8de6fc8a
10 lines
263 B
YAML
10 lines
263 B
YAML
---
|
|
features:
|
|
- |
|
|
Supports reading and changing ``VerifyCertificate`` in ``VirtualMedia``
|
|
resources.
|
|
upgrade:
|
|
- |
|
|
The default value of ``SUSHY_EMULATOR_VMEDIA_VERIFY_SSL`` has been changed
|
|
to ``False`` to match the actual bare metal hardware.
|