]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention cacert parameter in esx driver
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 9 Jun 2025 14:22:59 +0000 (16:22 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 12 Jun 2025 09:01:40 +0000 (11:01 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 2559aaf7e03111a084d04bf6199a99b10f8a9eb5..7d7df72a509630b6b962c9ebe095c0f83efdfc46 100644 (file)
--- 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**