Customizing notification service Cipher - Windows

Learn how to add your custom Cipher in the notification service in a Windows system.

About this task

Notification service uses Cipher mechanism to encrypt or decrypt messages. If you do not want to use the default notification service Cipher, you can configure your custom cipher in the nsConfig.json file.

To add your Cipher in the nsConfig.json file in a Windows system, perform the following steps:

Procedure

  1. Navigate to C:\Program Files (x86)\BigFix Enterprise\BES Server\Applications, where notification service is installed.
  2. If notification service is installed, navigate to NotificationService\resources\config
  3. open the nsConfig.json file in a text editor. Sample content in nsConfig.json file looks as follows:
    "port": 3000,
      	"bes-server-host": "WIN-UTO6DQJ75BV",
      	"bes-server-port": 52311,
      	"from": "noreply@bigfix.com",
      	"monitorInterval": 30000,
      	"ciphers": ""
    }
    
  4. By default, the value of ciphers is null. You can add your ciphers within double quotes.
    Note: Do not modify any other existing information apart from adding Cipher, which might lead to unexpected errors.
  5. Save and close the file.
  6. Restart the notification service for the changes to take effect.

Results

Now, you have successfully added your custom Cipher to the notification service.