Setting Up the Comet and Rest Server to Use an SSL Security Certificate

Setting Up the Comet server

You can set up the Comet server to use an SSL certificate using the server configuration file /etc/saymon/saymon-server.conf.

For this, in the Server section, specify values ​​for the following parameters:

  • comet_ssl_certificate - path to the certificate (relative to the server installation directory).

  • comet_ssl_key - path to the key (relative to the server installation directory).

Setting Up the Rest server

All requests from the graphical interface of the web application are directed to the Rest server via Nginx. To encrypt transmitted data, configure Nginx to use an SSL certificate (for more information see Creating a Self-Signed SSL Certificate).