1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Add config entry for optional gpg key

This commit is contained in:
Ciaran Gultnieks 2014-04-28 21:32:00 +01:00
parent bfb549d101
commit a0dbddc6da

View File

@ -54,6 +54,9 @@ of applications from the main repository.
"""
# The ID of a GPG key for making detached signatures for apks. Optional.
#gpgkey = '1DBA2E89'
# The key (from the keystore defined below) to be used for signing the
# repository itself. This is the same name you would give to keytool or
# jarsigner using -alias. (Not needed in an unsigned repository).