Skip to content

Changing the Token for Encrypting the Credentials


Hint - SEAL Operator only

This is necessary only for SEAL Operator.

In the standard installation, MongoDB is used as credential store. For security reasons, change the preconfigured token used for encrypting the credentials. The token may be any string.

  1. In the configuration of SEAL Operator, specify the token with MONGO_TOKEN, see SEAL Operator.

  2. Stop all SEAL Operator services.

  3. Delete the complete data directory of MongoDB:

    C:\ProgramData\SEAL Systems\data\seal-mongodb
    
  4. Restart MongoDB:

    Restart-Service -name seal-mongodb -Force
    
  5. Start the complete SEAL Operator System.

    For further information, see SEAL Operator.


Back to top