Skip to main content

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.

Connecting the EJBCA environment to the HSM through the FXPKCS11 library requires the configuration of various files by performing the following steps:
1
Locate the web.properties file in the EJBCA path (/opt/ejbca-install/ejbca_ce_6_15_2_ 6/conf/web.properties) and open it in a text editor.
2
Add the following new lines to the file:
  • cryptotoken.p11.lib.115.name=Futurex
  • cryptotoken.p11.lib.115.file=/futurex/libfxpkcs11.so
The number depends on the previous libraries installed.
3
Save the file.
To apply these changes, rebuild the EJBCA environment by using the following commands:
1
Locate the ejbca-install/ folder using the following cd command:
Shell
cd /opt/ejbca-install/
2
Run the following commands:
Shell
ant -q clean deployear
ant runinstall
ant deploy-keystore
3
Restart the Wildfly daemon.