mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
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 <james.o.hunt@intel.com>
This commit is contained in:
parent
eee4f44ed0
commit
c4fb842b8b
@ -57,7 +57,7 @@ Manual installation instructions are available for [these distributions](#suppor
|
|||||||
> **Notes on packages source verification**:
|
> **Notes on packages source verification**:
|
||||||
> - The Kata packages hosted on the download server are signed with GPG to ensure integrity and authenticity.
|
> - 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,
|
> - 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.
|
> otherwise packages source and authenticity is not guaranteed.
|
||||||
|
Loading…
Reference in New Issue
Block a user