How do use Multiple Domains

I have started a home lab and have gotten Traefik to work with some containers to provide access based on the domain home.arpa. I have a pretty simple config and using a whoami container thats linked to Whoami.home.arpa. Works great but the next step is to add an application I choose a WordPress site. I have a domain say example.com. Now when I set up and configure the Example.com domain to get the https certs for some reason the whoami.home.arpa container is now at https and doesnt want to trust the certs traefik auto creates.

How can i get around this issue ?