mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Added signing of built applications
This commit is contained in:
parent
a6b4830add
commit
70ba2cb368
2 changed files with 67 additions and 0 deletions
|
@ -12,3 +12,17 @@ The official FDroid repository. Applications in this repository are official
|
|||
binaries built by the original application developers.
|
||||
"""
|
||||
|
||||
#The keystore to use for release keys when building. This needs to be
|
||||
#somewhere safe and secure, and backed up!
|
||||
keystore = "/home/me/somewhere/my.keystore"
|
||||
|
||||
#The password for the keystore.
|
||||
keystorepass = "foo"
|
||||
|
||||
#The password for keys - the same is used for each auto-generated key.
|
||||
keypass = "foo2"
|
||||
|
||||
#THe distinguished name used for all keys.
|
||||
keydname = "CN=Birdman, OU=Cell, O=Alcatraz, L=Alcatraz, S=California, C=US"
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue