diff options
author | Etienne Perot <eperot@google.com> | 2021-07-15 18:26:01 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-15 18:28:33 -0700 |
commit | b6baa377d85db823c9d1c15658e843d6683835a3 (patch) | |
tree | e9eeb9191c5d696cbbe598bf4be5472a6b1c9cff /g3doc/user_guide | |
parent | 6415efa514db436e33375f67f38c9f783491b692 (diff) |
Update gVisor release signing key to a version that does not expire.
PiperOrigin-RevId: 385051420
Diffstat (limited to 'g3doc/user_guide')
-rw-r--r-- | g3doc/user_guide/install.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 - |