Skip to content

Use same password for store and key

Nico requested to merge (removed):same-pass-for-store-and-key into master

Some keystore types (e.g. PKCS12) don't support different passwords for store and key. We don't really need different passwords for them, therefore this commit changes the behavior of Repomaker when creating repos to use the same password for both the store and the key. The same way those passwords are handled by fdroidserver.

To support former versions of Repomaker, the passwords for store and key are still handled differently, although starting with this commit they are now the same.

Related to fdroid-repomaker-flatpak#13 (closed).

Merge request reports