Configure PKCS #11 Library.
-
Use vim or any editor to update the PKCS #11 configuration.
sudo vim /opt/oci/hsm/data/pkcs11.cfg
-
Update logfiles_location to the directory path and set the log level.
{
"logging":
{
"logfiles_location":"/opt/oci/hsm/pkcs11.log",
"log_level" : "INFO"
}
}