mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
init: use provided keyalias
This commit is contained in:
parent
24630dfe68
commit
d4b6e95c4e
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ def main():
|
|||
c = dict(test_config)
|
||||
c['keystorepass'] = password
|
||||
c['keypass'] = password
|
||||
c['repo_keyalias'] = socket.getfqdn()
|
||||
c['repo_keyalias'] = repo_keyalias or socket.getfqdn()
|
||||
c['keydname'] = 'CN=' + c['repo_keyalias'] + ', OU=F-Droid'
|
||||
common.write_to_config(test_config, 'keystorepass', password)
|
||||
common.write_to_config(test_config, 'keypass', password)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue