mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
remove providerName from default smartcardoptions
apksigner doesn't recognize the SunPKCS11-OpenSC set via providerName Neither jarsigner nor apksigner need this to work.
This commit is contained in:
parent
768a91370c
commit
74af61f255
3 changed files with 35 additions and 14 deletions
|
@ -135,7 +135,7 @@ The repository of older versions of applications from the main demo repository.
|
|||
|
||||
# You should not need to change these at all, unless you have a very
|
||||
# customized setup for using smartcards in Java with keytool/jarsigner
|
||||
# smartcardoptions = "-storetype PKCS11 -providerName SunPKCS11-OpenSC \
|
||||
# smartcardoptions = "-storetype PKCS11 \
|
||||
# -providerClass sun.security.pkcs11.SunPKCS11 \
|
||||
# -providerArg opensc-fdroid.cfg"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue