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

jarsigner error: java.lang.RuntimeException: java.security.KeyStoreException: Unable to retrieve Azure Key Vault certificate aliases #221

Closed JohnLBergqvist closed 1 month ago

JohnLBergqvist commented 1 month ago

I'm using the following jarsigner command jarsigner -J-cp "-Jjsign-6.0.jar -J--add-modules -Jjava.sql -providerClass net.jsign.jca.JsignJcaProvider -providerArg [vault-name] -keystore NONE -storetype AZUREKEYVAULT -storepass [access-token] application.jar [certificate-name]

I've confirmed my access token is valid.

JohnLBergqvist commented 1 month ago

I think this will be fixed in release 6.1 actually.