Certificate Authority
EJBCA
Connect to the EJBCA environment
1min
to connect the ejbca environment to {{ch}} through the fxpkcs11 library, you must configure various files perform the following steps locate the web properties file in the ejbca path (such as /opt/ejbca install/ejbca ce 6 15 2 6/conf/web properties ) and open it in a text editor add the following new lines cryptotoken p11 lib 115 name=futurex cryptotoken p11 lib 115 file=/futurex/libfxpkcs11 so save the file and run the following commands to apply these changes, rebuild the ejbca environment locate the ejbca install/ folder using the command cd as follows cd /opt/ejbca install/ run the following deployear command ant f ejbca ce 6 15 2 6/build xml q clean deployear locate the ejbca toolbox/ folder cd /opt/ejbca install/ejbca ce 6 15 2 6/ run the following clienttoolbox command ant clienttoolbox start the web service with the following command java d\[standalone] server xmx2048m dorg jboss boot log file=/opt/wildfly/standalone/log/server log dlogging configuration=file /opt/wildfly/standalone/configuration/logging properties jar /opt/wildfly/jboss modules jar mp /opt/wildfly/modules org jboss as standalone djboss home dir=/opt/wildfly djboss server base dir=/opt/wildfly/standalone c standalone xml b 0 0 0 0 & the number depends on the previous libraries installed