drop instructions on obtaining legacy GPG key

This commit is contained in:
Daniel Micay 2023-01-11 15:25:01 -05:00
parent 8a41fd3b7f
commit 5d460c4406

View File

@ -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 &gt; ~/.ssh/grapheneos_allowed_signers</pre>