Post #2113853
2026-04-19 19:00 UTC
For others who have to deal with this nonsense, I've found the easiest way to get your fingerprint for your IzzyOnDroid and F-Droid builds to be the following curl command:
```
export INDEX_V2_URL="https://apt.izzysoft.de/fdroid/repo/index-v2.json" # IzzyOnDroid
export INDEX_V2_URL="https://f-droid.org/repo/index-v2.json" # F-Droid
export APP_NAME="your.package.name"
curl -s "${INDEX_V2_URL}" | jq -r ".packages.\"${APP_NAME}\".metadata.preferredSigner" | tr [:lower:] [:upper:] | sed 's/../&:/g; s/:$//'
```
Replies (1)
-
@Billie@social.tchncs.de 2026-04-19 19:32
@SylvieLorxu Why did you sign up at all?