Cisco Acano X-series

ページ / 40
Cisco Meeting Server Release 2.0 : Certificate Guidelines for Single Combined Deployments
18
the BEGIN CERTIFICATE and END CERTIFICATE lines and paste into a text file. Save the file as
your certificate with a .crt, .cer or .pem extension. Copy and paste the remaining certificate
chain into a separate file, naming it clearly so you recognize it as an intermediate certificate chain
and using the same extension ( .crt, .cer or .pem). The intermediate certificate chain needs to be
in sequence, with the certificate of the CA that issued the chain first, and the certificate of the
root CA as the last in the chain.
Go to
for information on installing signed certificates and private keys on the Meeting
Server.
3.3 Signing the CSR using an internal Certificate Authority
Refer to section
for a list of internal CA signed certificates required for the Meeting
Server.
This section applies if you are using AD as an internal CA. If you are using a different internal CA,
please follow the corresponding instructions, and then resume following this guide from
To obtain an internal CA signed certificate, follow these steps:
1. Transfer the generated .csr file to the CA, for example an Active Directory server with the
Active Directory Certificate Services Role installed.
2. Issue the following command in the command line management shell on the CA server
replacing the path and CSR filename with your information:
certreq -submit -attrib "CertificateTemplate:WebServer" <path\csr_
filename>
For example:
certreq -submit -attrib "CertificateTemplate:WebServer"
C:\Users\Administrator\Desktop\example.csr
3. After entering the command, a CA selection list is displayed similar to that below. Select the
correct CA and click OK.
3   Obtaining certificates