Cisco Cisco Meeting Server 2000

下载
页码 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
43
<keyfile>
is the private key that you created for the XMPP server
<certificatefile>
is the signed certificate file for the XMPP server
[<crt-bundle>]
is the optional certificate bundle as provided by the CA
Note: You also need to add a DNS SRV record for each additional XMPP domain, and to add the
domain to the Incoming Calls page on the Web Admin interface (Configuration>Incoming calls).
Note: Restart the XMPP server for the configured multiple domains to take effect.
Note: The XMPP server will not start if the private key or certificate files are missing or invalid
To list the domains that the XMPP server is listening to, use the command:
xmpp multi_domain list
To delete a domain that the XMPP server is listening to, use the command:
xmpp multi_domain del <domain name>
4.6 Configuring the Web Bridge
The Web Bridge is used by the WebRTC app. If you are deploying the WebRTC app you need to
set the network interface for the Web Bridge and then enable it. Otherwise, skip this section.
1. SSH into the MMP.
2. Configure the Web Bridge to listen on the interface(s) of your choice with the following
command:
webbridge listen <interface[:port] whitelist>
The Web Bridge can listen on multiple interfaces, e.g. one on public IP and one on the
internal network. (However, it cannot listen on more than one port on the same interface.)
The following is an example where interfaces are set to interface A and B, both using port
443.
webbridge listen a:443 b:443
3. Create DNS A record for the Web Bridge and set it to resolve to the IP address of the
Ethernet interface you want the Web Bridge to listen on.
4. Create a certificate and private key for the Web Bridge as described in the
Upload the certificate file to the MMP via SFTP.
5. Add the Call Bridge certificate to the Web Bridge trust store as described in the
document.
4   Configuring the MMP