I have a rather lengthy public DNS name assigned by a cloud provider. Its nearly impossible to type or remember. I could cname it in public DNS but it refers to a somewhat sensitive URL.
The domain in question is protected via other means.... but.... I'd still rather not publish it and make it all that much easier for a malicious party to find.
As such I'd like to create a CNAME on our private DNS server like:
easy.to.remember.ourdomain.internal -> sd.safd.asdfowerlsdfj.aweriapdfoi1.cloudprovider.com
So that instead of having to type in https://sd.safd.asdfowerlsdfj.aweriapdfoi1.cloudprovider.com I can merely type in: https://easy.to.remember.ourdomain.internal
I was able to create the entry easily enough but it doesn't seem to resolve properly. (The sites not accessible in google chrome despite the private DNS entry being resolvable via dig/nslookup)
Should it? If so any ideas why its not?
Is there any reason I should not be doing this?
Does anyone have any better idea how to make a really obscure domain easier to remember/type (other than creating host entry files) or disclosing the domain via public DNS?
Thanks, Brad