Skip to main content
Install the Futurex PKCS #11 shared library on the ADSS Server host.

Linux

1

Download the Futurex PKCS #11 package

Obtain the Futurex PKCS #11 package from FXTools for your platform architecture and OpenSSL version.
2

Extract the package

Extract the archive. It contains the following files:
3

Copy the library to the installation directory

Copy the library files to the system-wide installation path:
Shell
4

Place the configuration file

Copy the configuration file to /etc:
Shell
By default, the Futurex PKCS #11 library looks for the configuration file at /etc/fxpkcs11.cfg. To use a custom location, set the FXPKCS11_CFG environment variable to the full path of the configuration file.
5

Verify the library is accessible

Confirm the library file is readable by the user running ADSS Server (typically root):
Shell
The library file exists and has read permissions for the ADSS Server process user.
The PKCS #11 library logs operations to /tmp/fxpkcs11.log by default. This log is useful for verifying HSM calls during testing.