Sorry man, your response is confusing to me,…
Is there specific reason why you need own certificate instead of LE. It’s battle proven and safe solution.
Anyway from what I think you wrote,.. You are missing SAN(s) Subject Alternative Names in your cert. Basically when you are generating your cert list all domains you need. Assume, you are using acme.sh than something like this:
acme.sh --issue --standalone -d mc.ui.ltd -d autoconfig.domain1.ltd -d autodiscover.domain1.ltd -d mta-sts.domain1.ltd -d autoconfig.domainX.ltd -d autodiscover.domainX.ltd -d mta-sts.domainX.ltd
First is fdqn of your MC (for access to MC UI and SoGo), than next make set of three domains for every domain (domains you are managing mails).
- See your provider docs how to generate certificate,…
- Just be sure you are not hitting some limit just like in LE 100 domains per certs,…