Download and Install the 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.

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

  2. Create a directory /root/hsm.

›_ Console

# mkdir /root/hsm

  1. 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

  1. Copy the Utimaco utilities files from the Utimaco SecurityServer software to the /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/