From ecb41946b142144b3813b933db8d7407e4ed0508 Mon Sep 17 00:00:00 2001 From: Michael Speed Date: Thu, 26 May 2022 15:22:34 +0200 Subject: [PATCH] Update VERIFY_APK.md --- VERIFY_APK.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/VERIFY_APK.md b/VERIFY_APK.md index 21af5f30..2349ee7b 100644 --- a/VERIFY_APK.md +++ b/VERIFY_APK.md @@ -7,7 +7,31 @@ keytool -printcert -jarfile medito.apk ``` The output certificate fingerprints should match: ``` -// TODO: add Medito certificate fingerprints +Signer #1: + +Signature: + +Owner: OU=Medito Foundation +Issuer: OU=Medito Foundation +Serial number: 3d33b57b +Valid from: Mon May 24 20:00:02 CEST 2021 until: Fri May 18 20:00:02 CEST 2046 +Certificate fingerprints: + SHA1: 4F:55:86:C3:E5:97:6B:8C:4B:FB:C4:3C:5D:64:EF:F3:62:C5:13:91 + SHA256: 49:CD:5F:E2:57:DA:4B:DC:AB:20:0E:17:23:F0:4F:18:BB:CD:E2:D3:49:DE:14:50:44:76:0E:CC:79:0A:63:D3 +Signature algorithm name: SHA256withRSA +Subject Public Key Algorithm: 2048-bit RSA key +Version: 3 + +Extensions: + +#1: ObjectId: 2.5.29.14 Criticality=false +SubjectKeyIdentifier [ +KeyIdentifier [ +0000: A9 A3 8F 23 30 75 E3 14 6F FC 9B B3 35 6D 4E F2 ...#0u..o...5mN. +0010: 7F F2 DB 9F .... +] +] + ``` ## Using apksigner @@ -19,4 +43,4 @@ apksigner verify --print-certs medito.apk The output certificate fingerprints should match: ``` // TODO: add Medito certificate fingerprints -``` \ No newline at end of file +```