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 at the appropriate location on the Apache HTTP Server.
-
Create
utimacofolder under/optdirectory and further create 2 directories.
/opt/utimaco/bin and /opt/utimaco/lib
# mkdir -p /opt/utimaco/bin
# mkdir /opt/utimaco/lib
-
Copy pkcs11 library file
libcs_pkcs11_R3.sofrom Utimaco CryptoServer software to the/opt/utimaco/libdirectory and make the file executable.
# cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /opt/utimaco/lib
-
Copy the
csadmandp11tool2files from Utimaco CryptoServer software to/opt/utimaco/bindirectory and make both the files executable.
# cd ~/path_to_application_folder
# cp csadm p11tool2 /opt/utimaco/bin
# chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2