Hey @dev4press and @DustinSnider –
Can you give a little more information about the setup of the various domains in the network?
For starters, is this a sub-domain install or a sub-directory install?
I’m assuming it’s probably a sub-domain install, but that there are different main domains being used. So for example, is the structure something like this:
mainsite.local (mainsite)
- subsite1.mainsite.local --(mapped)--> secondsite.local
- subsite2.mainsite.local --(mapped)--> thirdsite.local
The certificate that Local registers is a wildcard certificate for the main domain and all subdomains. You can verify that by examining the certificate in the browser:
If you do have a setup like the example above, with different main domains for the subsites, then there isn’t an easy way for Local to get that kind of certificate generated at this time.
I think you would have to manually generate a certificate to cover all of those local domains and register it with the computer.
Let me know a little more about what you are trying to do and if it is different than what I outlined above, I can possibly help point you in the right direction.
– Ben