Cisco Acano X-series

ページ / 40
Cisco Meeting Server Release 2.0 : Certificate Guidelines for Single Combined Deployments
27
3. Add the Call Bridge certificate to the trust store using the command:
webbridge trust <callbridgecert|cert-bundle> 
cms>
webbridge disable
cms>
webbridge trust callbridge.crt
cms>
webbridge enable
SUCCESS: Key and certificate pair match
SUCCESS: webbridge enabled
4. Re-enable the Web Bridge
5. To verify that the Web Bridge has the Call Bridge certificate in its trust store:
cms>
webbridge
Enabled                 : true
Interface whitelist     : a:443
Key file                : webbridge.key
Certificate file        : webbridge.crt
Trust bundle            : callbridge.crt
HTTP redirect           : Enabled
4.7 Installing the Certificates and Private Keys for TURN Servers
If you plan to use TLS for secure communication, then you need to install a signed certificate for
the TURN servers, using the same CA to sign the certificate as that used for the Web Bridge. The
certificate will be used by browsers when determining whether to trust the connection with the
Meeting Server.
The steps below assume that you have already configured the network interface that the TURN
server will use to listen. Refer to the Single Combined Server Deployment Guide for information
on setting the interface using the listen MMP command before assigning the certificates.
For each TURN server:
1. SSH into the MMP of the host server
2. Disable the TURN server interface before assigning the certificate
turn disable
3. Upload the signed certificate and intermediate CA bundle (if any) to the Meeting Server using
SFTP.
4. Check that the certificate (and certificate bundle) and the private key match
pki verify <certicate> <cert bundle/CA cert> [<CA cert>]
5. Assign the certificate (and certificate bundle) and private key pair to the Turn server
turn certs <keyfile> <certificatefile> [<cert-bundle>]
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
4   Installing signed certificates and private keys on the Meeting Server