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 GnuPG Server.
-
Create a Utimaco folder under
/etcdirectory and further create 2 directories:/etc/
utimaco/binand/etc/utimaco/lib.
# mkdir -p /etc/utimaco/bin
# mkdir /etc/utimaco/lib
-
Copy the pkcs11 library file
libcs_pkcs11_R3.sofrom Utimaco GP HSM software to
the/etc/utimaco/libdirectory.
# cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /etc/utimaco/lib
-
Copy the
csadmandp11tool2files from Utimaco GP HSM software to/etc/
utimaco/bindirectory and make both files executable.
# cd ~/path_to_application_folder
# cp csadm p11tool2 /etc/utimaco/bin
# chmod +x /etc/utimaco/bin/csadm /etc/utimaco/bin/p11tool2