From c4fb842b8b28947d25bda15ea3f76239574be7db Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 18 Oct 2018 16:33:04 +0100 Subject: [PATCH] docs: Fix install key URL The URL for the public key used for package signing was incorrect. See: https://github.com/kata-containers/tests/pull/825 Signed-off-by: James O. D. Hunt --- install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/README.md b/install/README.md index 551f174eeb..c3c4f6e3fb 100644 --- a/install/README.md +++ b/install/README.md @@ -57,7 +57,7 @@ Manual installation instructions are available for [these distributions](#suppor > **Notes on packages source verification**: > - The Kata packages hosted on the download server are signed with GPG to ensure integrity and authenticity. > -> - The public key used to sign packages is available [at this link](https://github.com/kata-containers/tests/data/rpm-signkey.pub); the fingerprint is `9FDC0CB6 3708CF80 3696E2DC D0B37B82 6063F3ED`. +> - The public key used to sign packages is available [at this link](https://raw.githubusercontent.com/kata-containers/tests/master/data/rpm-signkey.pub); the fingerprint is `9FDC0CB6 3708CF80 3696E2DC D0B37B82 6063F3ED`. > > - Only trust the signing key and fingerprint listed in the previous bullet point. Do not disable GPG checks, > otherwise packages source and authenticity is not guaranteed.