Closed dnate-ifs closed 2 years ago
At first glance, those errors look like openssl
is having issues locating the PKCS #11 library (module). From the first set of errors, it looks like it’s trying to load /usr/lib/x86_64-linux-gnu/engines-1.1/pkcs11.so
, which doesn’t look like a path to our library.
Can you verify that you have set the PKCS11_MODULE_PATH
environment variable correctly, and that it’s pointing to our libkmsp11.so
file? Consult the configuration instructions for details.
@tdbhacks you are correct, I had misunderstood the instructions and after installing the correct module was able to get the csr created.
I installed the pkcs11 library per these instructions on an Ubuntu 20.04 VM and attempted to create a CSR but got the following error.
I then tried to do the same on a Debian 11 VM as well as Ubuntu 22.04 but got the same error. Finally I decided to try Ubuntu 16.04 and it still failed albeit with a different error:
Ideally I'd like this to work on Ubuntu 20.04. Please assist.