01-23-2022 12:51 AM
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.
Solved! Go to Solution.
01-23-2022 01:24 AM
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
01-23-2022 01:24 AM
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
01-24-2022 04:11 AM
Thanks Ammar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide