Additional steps for FIPS + JDK 11🔗
FIPS specific jars need to be included in the Key HSM classpath before starting Key HSM.
-
Locate the FIPS specific jars.
For example,
-rw-r--r-- 1 root root 4093016 Jan 7 20:00 com-safelogic-cryptocomply-fips-core.jar -rw-r--r-- 1 root root 759443 Jan 7 20:00 bctls.jar
-
Navigate to the Key HSM base directory:
cd /usr/share/keytrustee-server-keyhsm/
-
Open the start script:
vim start.sh
-
Append the path for java -classpath variable to add the jars.
Your path may vary as per your environment.Existing path :
java -classpath "*:/usr/safenet/lunaclient/jsp/lib/*:/opt/nfast/java/classes/*:/opt/cloudhsm/java/*:/usr/share/keytrustee-server-keyhsm/conf/"
After appending :java -classpath "*:/usr/safenet/lunaclient/jsp/lib/*:/opt/nfast/java/classes/*:/opt/cloudhsm/java/*:/usr/share/keytrustee-server-keyhsm/conf/:/cdep/extra_jars/*" -Djava.library.path=/usr/safenet/lunaclient/jsp/lib/:/opt/cloudhsm/lib/
- Start the Key HSM service.