Create pkcs11.cfg at /etc/utimaco/

Create a file /etc/utimaco/pkcs11.cfg and add below contents to it.

›_ Console

name=CryptoServer 
library=/opt/utimaco/lib/libcs_pkcs11_R3.so 
slotListIndex=0 
attributes=compatibility 
attributes(*,*,*) = { 
CKA_TOKEN = true 
} 

This file will be used by SunPKCS11 provider to perform cryptographic operation on Utimaco HSM.

Specify correct library path and slot index.