Copy PKCS#11 Library to Oracle DB Library Directory


PKCS#11 library should be stored in the /opt/oracle/extapi/[32,64]/hsm/{VENDOR}/{VERSION} directory. The file name should be libApiName.so.


We use an operating system with a 64-bit architecture and with the PKCS#11 library libcs_pkcs11_R2.so. The directory path is /opt/oracle/extapi/64/hsm/utimaco/4.30.0:

›_ Console

# mkdir -p /opt/oracle/extapi/64/hsm/utimaco/4.30.0 

# chown -R oracle:oinstall /opt/oracle/ 

# chmod -R 775 /opt/oracle/ 

# cp libcs_pkcs11_R2.so /opt/oracle/extapi/64/hsm/utimaco/4.30.0/libcs_pkcs11_R2.so