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.
-
In the configuration of SEAL Operator, specify the token with
MONGO_TOKEN
, see SEAL Operator. -
Stop all SEAL Operator services.
-
Delete the complete data directory of MongoDB:
C:\ProgramData\SEAL Systems\data\seal-mongodb
-
Restart MongoDB:
Restart-Service -name seal-mongodb -Force
-
Start the complete SEAL Operator System.
For further information, see SEAL Operator.