SSL Conflict on Domain Alias

Hello,
Hopefully Everything is fine.
Recently I’ve Facing an Issue on the Latest Version on Cyberpanel.
Screenshot: https://i.postimg.cc/pLJgj38f/p.png
If I Add More then One Domains on Domain Alias
Both SSL Get Conflict or One Get Removed from each other.
Can got issue SSL for Two Domains
Error Screenshot: https://i.postimg.cc/T1nk6WJV/p.png
Please Tell Me How can solve this issue.
Thank You

Better create alias domain as child-domains then use vHost conf to point it to the document root of main domain.

Then issue SSL for each child-domain separately, that will be much better.

Better create alias domain as child-domains then use vHost conf to point it to the document root of main domain.

Then issue SSL for each child-domain separately, that will be much better.

Thanks its Worked :slight_smile:

Hi, sir can you send an image example of how to do this I am facing the same issue and unable to add SSL on alias domain?

Type your comment> @CyberPanel said:

Better create alias domain as child-domains then use vHost conf to point it to the document root of main domain.

Then issue SSL for each child-domain separately, that will be much better.

Would you please explain how to do this, for the less technically saavy?

Directory of my Multisite network openlscheck.cf - /home/openlscheck.cf/public_html

vHost Conf openlscheck.cf shows -
docRoot $VH_ROOT/public_html

The first network site - site1.openlscheck.cf was created and mapped to openlscheck.ml and its works with domain alias.

Networksite was created on "domain1.openlschek.cf and was mapped to openlscheck.tk but gives SSL conflict, to resolve the same I have added the domain as a child domain instead of domain alias

openlscheck.tk has default path /home/openlscheck.cf/public_html/openlscheck.tk

vHost Conf (default) openlscheck.tk -
docRoot /home/openlscheck.cf/public_html/openlscheck.tk

when I changed vHost Conf to -
docRoot /home/openlscheck.cf/public_html

so that it will direct it to Multisite Network directory

Still in the list in Domains>List Domains the default path still shows
/home/openlscheck.cf/public_html/openlscheck.tk

and not the /home/openlscheck.cf/public_html

Also openlscheck.tk is giving 404 error. Kindly guide me what exactly i should do to resolve this.