mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

Blame SOURCES/0049-v2v-docs-Describe-support-for-SHA-2-certs-for-Window.patch

d0ea73
From 4d78c436b15742c25288bcae441a9782ee316fe5 Mon Sep 17 00:00:00 2001
d0ea73
From: "Richard W.M. Jones" <rjones@redhat.com>
d0ea73
Date: Mon, 3 Sep 2018 14:30:21 +0100
d0ea73
Subject: [PATCH] v2v: docs: Describe support for SHA-2 certs for Windows 7 /
d0ea73
 2008 R2 (RHBZ#1624878).
d0ea73
d0ea73
Thanks: Yan Vugenfirer.
d0ea73
(cherry picked from commit 741ef228cd8d17bd1a8a60a2cfa83c3937120ede)
d0ea73
---
d0ea73
 v2v/virt-v2v.pod | 14 ++++++++++++++
d0ea73
 1 file changed, 14 insertions(+)
d0ea73
d0ea73
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
d0ea73
index 893e47fb9..dc443b717 100644
d0ea73
--- a/v2v/virt-v2v.pod
d0ea73
+++ b/v2v/virt-v2v.pod
d0ea73
@@ -1097,6 +1097,20 @@ This can also prevent booting with a 7B error [see previous section]
d0ea73
 if the guest has group policy containing
d0ea73
 C<Device Installation Restrictions>.
d0ea73
 
d0ea73
+=head2 Support for SHA-2 certificates in Windows 7 and Windows Server 2008 R2
d0ea73
+
d0ea73
+Later versions of the Windows virtio drivers are signed using SHA-2
d0ea73
+certificates (instead of SHA-1).  The original shipping Windows 7 and
d0ea73
+Windows Server 2008 R2 did not understand SHA-2 certificates and so
d0ea73
+the Windows virtio drivers will not install properly.
d0ea73
+
d0ea73
+To fix this you must apply SHA-2 Code Signing Support from:
d0ea73
+L<https://docs.microsoft.com/en-us/security-updates/SecurityAdvisories/2015/3033929>
d0ea73
+before converting the guest.
d0ea73
+
d0ea73
+For further information see:
d0ea73
+L<https://bugzilla.redhat.com/show_bug.cgi?id=1624878>
d0ea73
+
d0ea73
 =head1 UEFI
d0ea73
 
d0ea73
 VMware allows you to present UEFI firmware to guests (instead of the
d0ea73
-- 
ca1ab6
2.21.0
d0ea73