diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-30 04:48:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-30 04:48:47 -0400 |
| commit | 7a4bab21736a59dea7f3224f69c97f13a8d91d02 (patch) | |
| tree | 5ac165ac0eae5643d467e3ed5e23548090e8ebdf /static | |
| parent | 1a119d5e5340ee7bd77a7d6bbe215ad669a7a7bc (diff) | |
link to GPG signature for factory.pub too
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index a6cd1f5b..775c96e9 100644 --- a/static/install.html +++ b/static/install.html @@ -99,11 +99,15 @@ <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</a> to verify that this is an authorized key + rotation. When the current signing key is replaced, the new key will be signed with + it.</p> <p>Download the factory images for the device from <a href="/releases">the releases page</a>.</p> <p>Verify the factory images using the signature:</p> <pre>signify -V -p factory.pub crosshatch-factory-2019.06.23.05.zip</pre> - <p>When this signing key is replaced, the new key will be signed with it.</p> <h2 id="flashing-factory-images"> <a href="#flashing-factory-images">Flashing factory images</a> </h2> |
