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 for security reasons you need to change the master key value in securestore.enc, then:

  1. Backup the current securestore.enc file.

    The current securestore.enc is available at:

  2. Delete the securestore.enc file that is available in the directory 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 new securestore.enc file, you must manually insert this information in the new file. You need to use the dbutil -pi option to do so.

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

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