Previous Topic: Using DBUtil OptionsNext Topic: arwfserver: Server Management Tool


Updating the Master Key

The master key is used to encrypt the values in the securestore.enc file. It also encrypts all encryption keys that are used by the product and are stored in the AuthMinder database.

If you want to change the master key value in the securestore.enc file, then:

  1. Back up the current securestore.enc file.

    The current securestore.enc is available at:

  2. Delete the securestore.enc file that is available in the directory that is mentioned in the preceding step.
  3. Open the Command Prompt Window.
  4. Change the working directory to the following location where DBUtil is available:
  5. Run the following command:

    (For software mode) dbutil -init <master_key>

    (For hardware mode) dbutil -init <master_Key_Label>

    The tool re-creates securestore.enc with the master key name that you specify.

    Important! If the master key setup fails, then contact CA Support for help.

  6. Update the database information in the securestore.enc file.

    The AuthMinder installer automatically configures the database username/password and database DSN/password information in securestore.enc. However, after creating a securestore.enc file, manually insert this information in the new file by using the dbutil -pi option.

    To insert the supplied database values in securestore.enc, enter the following command:

  7. If you have performed distributed deployment of AuthMinder, then copy the new securestore.enc file to all the systems where AuthMinder components are installed.