From dfb144c5ae61e6e6dd25cbaed4a91fb4f34b81b7 Mon Sep 17 00:00:00 2001 From: s1m Date: Wed, 15 Jan 2025 16:21:52 +0000 Subject: [PATCH] Add signing certificate hash --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ed166a5..8fb0b5a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,18 @@ updates.push.domain.tld { [Autopush]: https://github.com/mozilla-services/autopush-rs +## Signing certificate hash + +The package name along with the SHA-256 hash can be found below. + +To verify the APK use the [AppVerifier](https://github.com/soupslurpr/AppVerifier) Android application or the [`apksigner`](https://developer.android.com/studio/command-line/apksigner#usage-verify) tool. + + +``` +org.unifiedpush.distributor.sunup +3B:33:D7:8A:5B:CA:C1:B9:52:75:6B:08:FE:88:30:CE:D3:87:AB:B6:B9:56:B0:2A:47:EF:80:32:1D:4A:2B:88 +``` + ## Developpers It is possible to configure a few things with build config: