Hello everyone!
Please note: All the servers in this case are WS2008r2 unless otherwise stated.
I've got a client whose active directory domain is let's say "int.domain.com". However the only 3rd party ssl cert I have to work with is a wildcard certificate for "*domain.com".
When users connect to the remote desktop service, ie they connect via rds.domain.com - they initially get the wildcard certificate, but when they are then directed to the individual remote desktop servers, they get an error because they then receive the self signed cert for the servers - rds1.int.domain.com and rds2.int.domain.com.
I've added the hostnames for rds1 and rds2 to the domain.com DNS on my domain controller, so that rds1.domain.com points to the IP address of rds1.int.domain.com etc.
I need a way of getting the rds service to use the rds1.domain.com and rds2.domain.com dns names so I can authenticate them using the wildcard cert.
Is this possible!?