Configuring Key Management Utility

Configure key management utility.

Complete the following steps to update the optional logging configuration of key_mgmt_util:

  1. Use 'vim' or any other editor to update key_mgmt_util configuration.
    vim/opt/oci/hsm/data/key_mgmt_util.cfg
  2. Update log_level field to desired log level: ERROR, INFO or DEBUG.
    Output
    
    {
      "logging":
        {
          "logfiles_location":"/opt/oci/hsm/logs",
          "log_level" : "INFO"
        }
       }