If you have not already done so, create and request an Utimaco Support Portal Account at https://support.hsm.utimaco.com/support. This will allow you to download the software components needed for this installation.
-
Log in to the Utimaco Support Portal, and download the u.trust GP HSM Se-Series package:
https://support.hsm.utimaco.com/support/downloads/u.trust-anchor-se-series
-
Create a utimaco folder in the /opt directory and create 2 directories
/opt/utimaco/bin and /opt/utimaco/lib in it.
# mkdir -p /opt/utimaco/bin # mkdir -p /opt/utimaco/lib
-
Copy the pkcs11 library
libcs_pkcs11_R3.sofrom the u.trust GP HSM Se-Series software package to the /opt/utimaco/lib directory.
# cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /opt/utimaco/lib
-
Copy the
csadmandp11tool2files to /opt/utimaco/bin directory and make both files executable.
# cd/home/ddu/Downloads/SecurityServer-V6.2.0/Software/Linux/Administration/
# cp csadm p11tool2 /opt/utimaco/bin
# chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2