RD Gateway and not being able to purchase SAN Certificates with internal domain names
I am looking for a solution to get around the problem of not being able to purchase a new Subject alternate name SSL certificate (SAN Certificate) that contain internal (not fully qualified) domain names. EG servername.internal.local
Currently I am using a number of TS Gateway setups (or RDS Gateway for those using the new lingo) and have SAN certificates with the public DNS name then with the internal server names listed for the servers that we are connecting to internally. Now that the CA\Browser forum rules have come into affect CA's are not issuing certificates with internal DNS names.
The last thing I want to consider is changing the internal domain name and I don't want to use self signed certificates as a number of these are accessed by people that I do not control their desktops.
Does anyone have any ideas? Is there a way to change Gateway services to not use the internal server name but an external name using DNS trickery?
Thanks in advance.
Microsoft Legacy OSMicrosoft ApplicationsMicrosoft Server Apps
Last Comment
Dave_IT_Fellow
8/22/2022 - Mon
JAN PAKULA
modify that
C:\Windows\system32\drivers\etc\hosts
you need to run the editor (eg. notepad) as administrator, which you do by locating it through the Start menu and then right clicking on the editor's icon, then manually open and edit the hosts file.
# 127.0.0.1 localhost
# ::1 localhost
You can setup as many host names as you like all pointing to your localhost, each in most cases should be accessible with the ip, 127.0.0.1.
C:\Windows\system32\driver
you need to run the editor (eg. notepad) as administrator, which you do by locating it through the Start menu and then right clicking on the editor's icon, then manually open and edit the hosts file.
# 127.0.0.1 localhost
# ::1 localhost
You can setup as many host names as you like all pointing to your localhost, each in most cases should be accessible with the ip, 127.0.0.1.
For example:
127.0.0.1 local.project1
127.0.0.1 local.project2
127.0.0.1 youcanuseany.name.here
or like you said modify local domain to match external domain (i use that myself) ans use Split DNS
http://www.youtube.com/watch?v=yPH02ZcfFtc