Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This chapter explain how to configure the Visualization UI

  • Setting the HTTPS

 

HTTPS

The UI can be now protected by an HTTPS access

  • The file /etc/shinken/synchronizer.cfg has modules/webui.cfg has new parameters.
       
      • to activate the HTTPS:
      • http_use_ssl=0
      • by default it is set to 0. 
      • Set it to 1 to activate. 
      Set
      • to set certificates by updating the
      2
      • 3 following parameters:
        • http_ssl_cert=/etc/shinken/certs/server.cert
        • http_ssl_key=/etc/shinken/certs/server.key

     

    Accessing to the UI will still use the default dedicated port 7766 (but in HTTPS).