diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-11 15:25:01 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-11 15:26:39 -0500 |
| commit | 5d460c440654559699bf8e49afc366ca8df75673 (patch) | |
| tree | 8c49bde5f01932143a83565063b4714c81a86825 /static/build.html | |
| parent | 8a41fd3b7f9cd999f0142ebd37247656fe9736f5 (diff) | |
drop instructions on obtaining legacy GPG key
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/static/build.html b/static/build.html index 752b2934..2b914f61 100644 --- a/static/build.html +++ b/static/build.html @@ -351,11 +351,7 @@ repo sync -j16</pre> cd grapheneos-<var>TAG_NAME</var> repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/<var>TAG_NAME</var></pre> - <p>Obtain GPG public key for verifying tags before 2023-01-05:</p> - - <pre>gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A</pre> - - <p>Obtain SSH public key for verifying tags after 2023-01-05:</p> + <p>Obtain SSH public key for verifying tags:</p> <pre>curl https://grapheneos.org/allowed_signers > ~/.ssh/grapheneos_allowed_signers</pre> |
