You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No Worries. No, I never resolved it with the Mac, but it works fine on Windows and Linux, and that's our primary use case, so I hadn't thought it about again for a bit.
The latest install of Yubihsm SDK version 2024-09 for Darwin Arm64 running on an M2 Pro-based Mac will not initialize the pkcs11 provider for Java.
keytool -keystore NONE -storetype PKCS11 -providerClass sun.security.pkcs11.SunPKCS11 -providerArg /usr/local/yubihsm/sun_yubihsm2_pkcs11.conf -list -J-Djava.security.debug=sunpkcs11
SunPKCS11 loading /usr/local/yubihsm/sun_yubihsm2_pkcs11.conf
sunpkcs11: Initializing PKCS#11 library /usr/local/lib/pkcs11/yubihsm_pkcs11.dylib
keytool error: java.security.ProviderException: Initialization failed
I have tried OpenJDk 17, Corretto 17, and Corretto 11 for Java releases, and they all give the same error.
The text was updated successfully, but these errors were encountered: