Hi,
Now that we are no longer able to issue SSL SAN certificates with invalid fully qualidifed domain names like server1.mydomain.local, I'm thinking of having a different naming convention for new domains.
http://support.godaddy.com/help/article/6935
Previously, I would just use .local like server1.mydomain.local for internal and mail.mydomain.com for external.
Option 1 - keep them both the same:
-mail.mydomain.com (For both internal and external and I would have to make sure the external dns records are on the internal dns server as well)
Option 2 - keep them different
-server1.mydomain.net(internal)
-mail.mydomain.com (external)
Option 3 - use a sub-domain
-server1.ad.mydomain.com (internal)
-mail.mydomain.com (external
What do you recommend for the naming conventional for internal and external domain names? It doesn't have to be one of those options above. What's the best pratice?
Thanks