diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 10:48:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 10:49:46 -0400 |
| commit | 561fd90725c5e2d0707d7eeeee6ae3cc43cc3c64 (patch) | |
| tree | 90b824b040d6d7f6049759c5c811974d2d154c6c | |
| parent | 7289334e043d105ab2a0195dd83119c76c62c170 (diff) | |
stop encouraging unnecessary usage of GPG
This key rotation happened a long time ago. It's safer to avoid GPG than
trying to use it for additional assurance, especially since the signify
public key has been made available at multiple locations to allow easy
verification.
| -rw-r--r-- | static/install.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/install.html b/static/install.html index 9fcd987f..4802abd8 100644 --- a/static/install.html +++ b/static/install.html @@ -204,10 +204,7 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre> <p>This is the content of <code>factory.pub</code>:</p> <pre>untrusted comment: GrapheneOS factory images public key RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> - <p>The <code>factory.pub</code> has - <a href="https://releases.grapheneos.org/factory.pub.asc">a detached signature</a> - made with the previously used GPG key to verify that this is an authorized key - rotation. The public key has also been published via the official + <p>The public key has also been published via the official <a href="https://twitter.com/GrapheneOS/status/1145259815851253762">@GrapheneOS Twitter account</a>, <a href="https://www.reddit.com/r/GrapheneOS/comments/c7gb3f/grapheneos_factory_images_are_now_signed_with/esewpm9">the /u/GrapheneOS |
