This section explains how to configure the Futurex PKCS #11 library (FxPKCS11) to serve as a pkcs11-provider in OpenSSL.Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
Edit the OpenSSL configuration file
Perform the following steps to edit the OpenSSL configuration file:Confirm the location of the
pkcs11.so file on your system by running the following command in a terminal as root:Shell
Run the following command to determine the location of the OpenSSL configuration file for the logged-in user:
Shell
Open a text editor to edit the
openssl.cnf file identified in the previous command. If you prefer, you can edit the global OpenSSL configuration file, /etc/ssl/openssl.cnf.
