Configuring PKCS #11

Configure PKCS #11 Library.

  1. Use vim or any editor to update the PKCS #11 configuration.
    sudo vim /opt/oci/hsm/data/pkcs11.cfg
  2. Update logfiles_location to the directory path and set the log level.

    Sample Configuration

    {
    "logging":
      {
       "logfiles_location":"/opt/oci/hsm/pkcs11.log",
       "log_level" : "INFO"
      }
    }