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
I was able to build the PKCS11 installer with Visual Studio. When running the installer, after you enter your key vault credentials and click on next, the app freezes and never come back. CPU usage is at 23%. Are there any other options to configure it?
The text was updated successfully, but these errors were encountered:
When trying to encrypt the config with Encryptconfig i get [Initialize]: unable to load library '.\BlackICEConnect_Win32.dll' . Also when trying to load the dll with Pkcs11Admin tool i get an error.
I got it working. I used libcurl build with vcpkg that caused this error. When building it from source it worked. BTW, i don't know if this project is still active, but there are needed some changes in the sources. For example you are using https://login.windows.net for auth but it is https://login.microsoftonline.com. Also latest APIVERSION is 2019-09-01.
I was able to build the PKCS11 installer with Visual Studio. When running the installer, after you enter your key vault credentials and click on next, the app freezes and never come back. CPU usage is at 23%. Are there any other options to configure it?
The text was updated successfully, but these errors were encountered: