Avatar of Dave_IT_Fellow
Dave_IT_Fellow
Flag for New Zealand asked on

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

Avatar of undefined
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.

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
ASKER CERTIFIED SOLUTION
Dave_IT_Fellow

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Dave_IT_Fellow

ASKER
I found the solution reading further forum posts saying that my TS farm name should be the same as my SSL certificate.

I tested this in a clean environment and the solution works perfectly using approved Microsoft methods.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck