******************** WebRTC configuration ******************** See :ref:`Web RTC feature description `. .. _webrtc-ssl-cert: Signed SSL/TLS certificate for WebRTC ===================================== XivoCC installation generates self-signed SSL/TLS into nginx server running as part of XivoCC. This limits WebRtc usage: * :ref:`uc-assistant` shows warning about unsecure page and exception must be confirmed by user. * :ref:`desktop-application` must be started with ``--ignore-certificate-errors`` parameter, which degrades security. To avoid this, SSL/TLS certificate signed by authority recognized by Chrome in PEM format is required, see :ref:`nginx-trusted-certificate`. .. note:: Do **NOT** forget to check that XUC_HOST in /etc/docker/compose/custom.env is also configured with the same FQDN as in the certificate, not the IP address.