Installing PKCS #11

Install PKCS #11 Library.

PKCS #11 is a cryptographic token interface standard which specifics an API for managing keys and performing cryptographic operations in the Hardware Security Module (HSM). The Dedicated KMS functionality enables you to install and implement the PKCS #11 library with PKCS #11 version 2.40. Run the following command to install the PKCS #11 libraries.
Note

Before you install PKCS #11 RPM package, ensure that you have installed the oci-hsm-client-<version>.x86_64.rpm on your machine and ensure client_daemon is running.
$ sudo yum install oci-hsm-pkcs11

The PKCS #11 libraries are installed under the path /opt/oci/hsm/lib and the header files are available in the directory /opt/oci/hsm/include.