From b6baa377d85db823c9d1c15658e843d6683835a3 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Thu, 15 Jul 2021 18:26:01 -0700 Subject: Update gVisor release signing key to a version that does not expire. PiperOrigin-RevId: 385051420 --- g3doc/user_guide/install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'g3doc/user_guide/install.md') diff --git a/g3doc/user_guide/install.md b/g3doc/user_guide/install.md index 321f13ce8..85ba6a161 100644 --- a/g3doc/user_guide/install.md +++ b/g3doc/user_guide/install.md @@ -55,7 +55,10 @@ sudo apt-get install -y \ software-properties-common ``` -Next, the configure the key used to sign archives and the repository: +Next, configure the key used to sign archives and the repository. + +NOTE: The key was updated on 2021-07-13 to replace the expired key. If you get +errors about the key being expired, run the `apt-key add` command below again. ```bash curl -fsSL https://gvisor.dev/archive.key | sudo apt-key add - -- cgit v1.2.3