ebourg / jsign

Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts
https://ebourg.github.io/jsign
Apache License 2.0
250 stars 107 forks source link

--alias option optional if keystore contains only one alias #75

Closed mlocati closed 4 years ago

mlocati commented 4 years ago

If the keystore contains only one alias, what about making the --alias CLI option optional? We can retrieve it from the keystore itself...

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 93.201% when pulling 68af27f9f773f2583f5126309f1a99a10ee8c06e on mlocati:alias-option-automatic into e0f46f211ac2f3e699745c877b45193c75597c25 on ebourg:master.

ebourg commented 4 years ago

Good idea, thank you for the patch. I'll merge it into the next release.