From ac6b902226d1fc33d5d4254e981a6f4a2dbe0eaf Mon Sep 17 00:00:00 2001 From: Leona Date: Wed, 10 Aug 2016 10:46:11 -0700 Subject: [PATCH] Keep image reference generic for fix on sig validation sha512sum output Signed-off-by: Leona --- source/validate_sigs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/validate_sigs.rst b/source/validate_sigs.rst index dc14e7ac..f7ba43b4 100644 --- a/source/validate_sigs.rst +++ b/source/validate_sigs.rst @@ -48,7 +48,7 @@ Verification of images is done by humans when they download an image via the fol .. code-block:: console - $ sha512sum ./clear-9850-kvm.img.xz > sha512sum.out + $ sha512sum ./[image-####].img.xz > sha512sum.out * Finally, we can use :command:`openssl` to validate the signed :file:`SHA512SUMS.sig` was signed by the ``ClearLinuxRoot`` certificate: