Download and Install Utimaco Software

If you have not already done so, please create and request an Utimaco Support Portal Account. This will allow you to download the software components needed for this installation.

Copy the downloaded software to the appropriate location on the helper Linux machine.

Create a directory /root/hsm.

›_ Console

# mkdir /root/hsm

Copy the pkcs11 library file libcs_pkcs11_R3.so from the Utimaco SecurityServer software to the /root/hsm directory.

›_ Console

cp

/media/cdrom/Software/Linux/x86_64/Crypto_APIs/PKCS_R3/lib/libcs_pkcs11_R3.so

/root/hsm

Copy the Utimaco utilities files from the Utimaco SecurityServer software to /root/hsm directory and make both the files executable.

›_ Console

# cp /media/cdrom/Software/Linux/x86_64/Administration/p11tool2 /root/hsm # cp /media/cdrom/Software/Linux/x86_64/Administration/cxtitool /root/hsm # cp /media/cdrom/Software/Linux/x86_64/Administration/csadm /root/hsm

# cp /media/cdrom/Software/Linux/x86-64/Administration/key/ADMIN.key /root/hsm # chmod -R +x /root/hsm/