I'm working in our test lab. All the machines in our test lab are on the .foo.bar.baz.com domain. I can install our server with an SSL certificate with the common name of *.foo.bar.baz.com and it will successfully validate...
https://abc.foo.bar.baz.com
https://xyz.foo.bar.baz.com
...but will not work for...
https://abc
which is how a lot of our scripts are designed. Is there any SSL common name I can use (I tried *) that will validate sites without a domain?