Changing the RabbitMQ password used by the Online Editor services

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

  1. Change the password corresponding to your user in RabbitMQ.
  2. Download, extract, and run the password encryption tool.
  3. Enter the following command: .\AesCrypto.exe e
  4. Enter the password that you want to encrypt.
  5. Copy the encrypted password and replace it in the configuration file corresponding to each Online Editor service.
  6. Restart the Online Editor services.