Download and Install the Utimaco Software For the Utimaco CP5

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 PKCS#11 library file libcs_pkcs11_R2.so from the Utimaco CP5 software to the /root/hsm directory.

›_ Console

# cp /media/cdrom/Software/ Linux/x86- 64/Crypto_APIs/PKCS11_R2/lib/libcs_pkcs11_R2.so /root/hsm

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

›_ Console

# cp /media/cdrom/Software/ Linux/x86-64/Crypto_APIs/PKCS11_R2/bin/p11tool2

/root/hsm

# cp /media/cdrom/Software/ Linux/x86-64/Crypto_APIs/CXI/bin/cxitool /root/hsm # cp /media/cdrom/Software/Linux/x86-64/Administration/csadm /root/hsm

# cp /media/cdrom/Software/Linux/x86-64/Administration/key/ADMIN_CP5.key

/root/hsm

# chmod -R +x /root/hsm/