From 7ca5d6c5e6b672626ea98a087226401aa9db5840 Mon Sep 17 00:00:00 2001 From: Leona Date: Wed, 10 Aug 2016 10:43:02 -0700 Subject: [PATCH] Fix doc bug for image 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 90f4261c..dc14e7ac 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 [image].tar.xz > sha512sum.out + $ sha512sum ./clear-9850-kvm.img.xz > sha512sum.out * Finally, we can use :command:`openssl` to validate the signed :file:`SHA512SUMS.sig` was signed by the ``ClearLinuxRoot`` certificate: