From: Martin Kletzander Date: Mon, 9 Jun 2025 14:22:59 +0000 (+0200) Subject: NEWS: Mention cacert parameter in esx driver X-Git-Tag: v11.5.0-rc1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10bb3dd65121d3a4eb7e872b561502224e064cb2;p=thirdparty%2Flibvirt.git NEWS: Mention cacert parameter in esx driver Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- 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**