From fd6a4b605dd33febe0ba8095a39162931338cd48 Mon Sep 17 00:00:00 2001 From: Daniele Viti Date: Thu, 14 Sep 2023 16:35:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b701cdc..ad4e196 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ You can use a custom Keystore, to do so you'll have to generate your own: 1. `openssl req -new -key myKey.pem -out cert.csr` 1. `openssl x509 -req -days 365 -in cert.csr -signkey myKey.pem -out myCert.pem` 1. `openssl pkcs12 -export -out keystore.p12 -inkey myKey.pem -in myCert.pem` +- Then upload the new keystore to the /fdroid folder and edit the config.yml accordingly +- If you upload a new app signed using the generated keystore then it will be available for download from F-Droid app ## Versioning