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

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