sushy-tools/releasenotes/notes/verify-certificate-798f84905cee03e5.yaml
Dmitry Tantsur cbb7f19a34 Basic support for vmedia TLS certificates from version 1.4.0
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
2021-08-25 19:26:32 +02:00

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.