From 6280211cc5b5de9e08c1664a5ac584bae9a2d3f4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 5 Jan 2023 00:55:05 -0500 Subject: SSH commit signing will be used going forward --- static/build.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'static/build.html') diff --git a/static/build.html b/static/build.html index a56bb14e..752b2934 100644 --- a/static/build.html +++ b/static/build.html @@ -351,10 +351,18 @@ repo sync -j16 cd grapheneos-TAG_NAME repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/TAG_NAME +

Obtain GPG public key for verifying tags before 2023-01-05:

+ +
gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
+ +

Obtain SSH public key for verifying tags after 2023-01-05:

+ +
curl https://grapheneos.org/allowed_signers > ~/.ssh/grapheneos_allowed_signers
+

Verify the manifest:

-
gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
-cd .repo/manifests
+
cd .repo/manifests
+git config gpg.ssh.allowedSignersFile ~/.ssh/grapheneos_allowed_signers
 git verify-tag $(git describe)
 cd ../..
-- cgit v1.3.1