cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1119
Views
5
Helpful
2
Replies

Cisco Meeting Server Scheduler Certificates

subhanzaheer901
Level 1
Level 1

Facing issue in CMS Scheduler certificates 

 

Question,

For Scheduler we need two certs

1-Full-chain

 Certs contain sign csr and root CA 

2-Web Bridge Bundle

Certs contain sign csr of all Web bridge in single CER.

 

 

1 Accepted Solution

Accepted Solutions

Ammar Saood
Spotlight
Spotlight

Hi Subhan,

 

First, create a chain bundle in the following order and name it bundle.pem.

c2W chain certificate order
webbridge
   intermediate
        rootCA
            Place one extra blank line at the end of the file

 

we can reuse the same webbridge cert (singlecert.cer) for c2w and scheduler component by doing this.

 

webbridge3 https certs singleCert.key bundle.pem

 webbridge3 c2w certs singleCert.key bundle.pem

webbridge3 c2w trust bundle.pem

 

let call bridge trus that certificate to connect with c2w component.

callbridge trust c2w bundle.pem

 

Now let the schedule use it and connect with c2w as well as webbridge.

scheduler c2w certs singleCert.key bundle.pem
scheduler c2w trust bundle.pem
scheduler https listen a 8443
scheduler https certs singleCert.key bundle.pem

 

webex-community.png

 

View solution in original post

2 Replies 2

Ammar Saood
Spotlight
Spotlight

Hi Subhan,

 

First, create a chain bundle in the following order and name it bundle.pem.

c2W chain certificate order
webbridge
   intermediate
        rootCA
            Place one extra blank line at the end of the file

 

we can reuse the same webbridge cert (singlecert.cer) for c2w and scheduler component by doing this.

 

webbridge3 https certs singleCert.key bundle.pem

 webbridge3 c2w certs singleCert.key bundle.pem

webbridge3 c2w trust bundle.pem

 

let call bridge trus that certificate to connect with c2w component.

callbridge trust c2w bundle.pem

 

Now let the schedule use it and connect with c2w as well as webbridge.

scheduler c2w certs singleCert.key bundle.pem
scheduler c2w trust bundle.pem
scheduler https listen a 8443
scheduler https certs singleCert.key bundle.pem

 

webex-community.png

 

subhanzaheer901
Level 1
Level 1

Thanks Ammar

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: