Each Online Editor service connects to RabbitMQ by using a password encrypted with a particular tool. Consider changing the password of the RabbitMQ user to strengthen the security of your Online Editor implementation.
Before you begin
Make sure that you have installed Online Editor successfully on your environment.
Procedure
- Change the password corresponding to your user in RabbitMQ.
- Download, extract, and run the password encryption tool.
Note: The Online Editor configuration files do not support passwords encrypted by using other tools or algorithms.
- Enter the following command: .\AesCrypto.exe e
- Enter the password that you want to encrypt.
- Copy the encrypted password and replace it in the configuration file corresponding to each Online Editor service.
Note: Replace the value of the EncryptedPassword field in the RabbitMQ section.
- Restart the Online Editor services.