Skip to content

Changing the Token for Encrypting the Credentials


Hint - SEAL Operator/SEAL Print Client only

This is necessary only for SEAL Operator/SEAL Print Client.

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/SEAL Print Client, specify the token with MONGO_TOKEN, see SEAL Operator/SEAL Print Client.

  2. Stop all SEAL Operator/SEAL Print Client services.

  3. Delete the complete data directory of MongoDB:

    /opt/seal/data/seal-mongodb
    
  4. Restart MongoDB:

    sudo systemctl restart mongod
    
  5. Start the complete SEAL Operator/SEAL Print Client System, see SEAL Operator/SEAL Print Client.


Back to top