Skip to content

Commit 8dca5e1

Browse files
committed
wiki: add page explaining build verification
Change-Id: I1043a206e7be2546effe54d673a323c11a355e99
1 parent d002f18 commit 8dca5e1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pages/meta/verifying_builds.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
sidebar: home_sidebar
3+
title: Verifying Build Authenticity
4+
folder: meta
5+
permalink: verifying-builds.html
6+
---
7+
8+
All official builds from LineageOS are signed with our private keys. You can verify a build has been signed with our keys by running:
9+
10+
```
11+
keytool -list -printcert -jarfile lineage-build-signed.zip
12+
```
13+
14+
The resulting fingerprints are listed as follows:
15+
16+
```
17+
Certificate fingerprints:
18+
MD5: F2:CA:AA:A7:2F:D6:34:FE:70:D7:5C:41:43:6C:5E:14
19+
SHA1: 9B:6D:F9:06:2A:1A:76:E6:E0:07:B1:1F:C2:EF:CB:EF:4B:32:F2:23
20+
SHA256: 51:83:25:EF:7F:96:C0:D1:19:4C:2E:85:6B:04:0D:63:61:66:FF:B8:46:71:7D:72:FA:87:F4:FA:E5:BE:7B:BB
21+
```
22+
23+
For the paranoid, the contents of this page are stored on github [here](https://github.com/lineageos/lineage_wiki/blob/master/pages/meta/verifying_builds.md).

0 commit comments

Comments
 (0)