Certificate Authority
EJBCA

Configure the EJBCA server

1min

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

2

Run the following command:

Shell

3

Locate the ejbca-toolbox/ folder.

Shell

4

Run the following command:

Shell

5

Start web service with the following command:

Shell