Cisco Cisco Meeting Server 1000

Page of 45
Cisco Meeting Server Release 2.0 : Certificate Guidelines for Single Split Deployments
25
To check that a certificate is signed by the CA and that the certificate bundle can be used to
assert this:
pki verify <cert> <certbundle/CAcert>
For example:
1. SSH into the MMP, and login
2. Enter the command:
pki inspect xmppserver.crt
to inspect the contents of the file, for instance to see whether a certificate is still valid.
3. Enter the command:
pki match xmppserver.key xmppserver.crt
to check that the file xmppserver.key matches file xmppserver.crt and together they
form one usable identity.
4. Enter the command:
pki verify xmppserver.crt xmppbundle.crt
to check that xmppserver.crt is signed by a trusted CA, with the chain of trust established
through the chain of intermediate certificates in xmppbundle.crt.
4.4 Installing the Certificate and Private Key for the XMPP Servers
If your Meeting Server supports end users using the native Cisco Meeting Apps for PC, Mac, and
iOS devices, then you need to install a public CA signed certificate for the XMPP server. The
certificate will be used by the Meeting Apps in the initial setting up of the connection to
determine whether they can trust the connection with the XMPP server.
The steps below assume that you have already configured the network interface that the XMPP
server will use to listen. Refer to the Single Split Server Deployment Guide for information on
setting the interface using the listen MMP command, before assigning the certificate.
1. SSH into the MMP
2. Disable the XMPP server interface before assigning the certificate
xmpp disable
3. Assign the private key/certificate pair using the command:
xmpp 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.
For example:
4   Installing signed certificates and private keys on the Meeting Server