-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'provider' parameter to configuration #595
Comments
Does this maybe related to https://stackoverflow.com/questions/47412758/sunpkcs11-provider-not-found-with-keytool ? |
The error message is the same, but I'm signing on a Mac and do not have any backslashes in the path. The proposed '-addprovider SunPKCS11' works in my case. |
does your
|
also could you test if adding this setting to this parameter would also work:
|
is not sufficient and leads to The java.security contains |
In Java > 9 the provider for PKCS11 signing needs to be added to the keytool-call to resolve the
jarsigner.provider.class
:-addprovider SunPKCS11
I suggest to add this to the configuration.
The text was updated successfully, but these errors were encountered: