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:
Marcus Hoffmann 2020-09-09 18:57:34 +02:00
parent 768a91370c
commit 74af61f255
3 changed files with 35 additions and 14 deletions

View file

@ -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"