From 10bb3dd65121d3a4eb7e872b561502224e064cb2 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 9 Jun 2025 16:22:59 +0200 Subject: [PATCH] NEWS: Mention cacert parameter in esx driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 2559aaf7e0..7d7df72a50 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -39,6 +39,12 @@ v11.5.0 (unreleased) that it is the controller which ultimately has the serial number attached to it, but for ease of use it is automatically copied from the disk serial. + * esx: Add support for specifying alternative CA bundle for remote peer verification + + Users can now use ``cacert`` parameter in the URI to specify a file path + with CA certificate(s) that will be used for remote peer certificate + validation. + * **Improvements** * **Bug fixes** -- 2.47.3