Cisco Cisco Meeting Server 2000

Pagina di 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
75
Where keyfile and certificatefile are the filenames of the matching private key and certificate.
If your CA provides a certificate bundle then also include the bundle as a separate file to the
certificate.
For example:
xmpp certs xmppserver1.key xmppserver1.crt xmppserverbundle.crt
If you used the same certificate on all boxes then skip steps 5 and 6, and use the certificate itself
as the whitelist (in step 7).
5. Using SFTP, download and combine all of the XMPP server certificates into one bundle of
whitelisted certificates, in one of the following ways:
o
Linux or UNIX-like Operating Systems:
cat xmppserver1.crt xmppserver2.crt xmppserver3.crt > xmpp-
cluster-whitelist.crt
o
Windows or DOS:
copy xmppserver1.crt + xmppserver2.crt + xmppserver3.crt xmpp-
cluster-whitelist.crt
o
Manually combine the certificates using Notepad or Notepad++. There must be no
spaces on the first certificate’s “END CERTIFICATE” line and the second (and further
certificate’s) “BEGIN CERTIFICATE” line, but there MUST be a carriage return at the end
of the file. They MUST also be in Base64 encoded format.
6. Using SFTP, upload
xmpp-cluster-whitelist.crt
to all of the Meeting Server.
7. On each node, assign the bundle of whitelisted certificates from step 6. For example:
xmpp cluster trust xmpp-cluster-whitelist.crt
or if you have used a single certificate for multiple servers:
xmpp cluster trust xmppserver.crt
Set up clustering on one of the nodes with an XMPP server. Follow steps 8 to 14 on this node:
8. Enable the XMPP server node
xmpp enable
9. Configure one of the Call Bridges that will connect to the XMPP cluster:
xmpp callbridge add <callbridge name>
A secret is automatically generated; for example:
cms>
xmpp callbridge add cb1
Added callbridge: Secret: QeFAAoCcQ8aMhjBCgK1
this configures the XMPP server to allow connections with the Call Bridge named cb1.
7   Deploying the XMPP Server