Change MID Server configuration file security schemes

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • A MID Server security scheme is the method the MID Server uses to protect sensitive values stored in its config.xml file (for example, the instance password). The scheme defines how those values are encrypted and where the encryption key is stored.

    Before you begin

    Role required: admin

    About this task

    MID Server supports several schemes for securing sensitive data in the config.xml file. You can switch from the current scheme to a different scheme to meet your security requirements.

    Note:
    This procedure outlines the general steps for changing security schemes. The specific changes required in the config.xml file vary depending on the scheme you select.

    Procedure

    1. Stop the MID Server service.
    2. Open the config.xml file in a text editor.
      This file is located in the /agent folder in your MID Server installation path.
    3. Replace each encrypted value in the config.xml file with its clear-text value.

      A new scheme can't reuse values encrypted by the previous scheme, so you must restore them in clear text first.

    4. Disable the previous security scheme and configure the MID Server to use the new provider.
    5. Restart the MID Server service.
      The data is re-secured or encrypted, based on the security scheme you have selected.