Do Existing Domain Controllers Need New Multi-SAN Certificates When Adding More DCs?

0
0
Asked By MellowPine47 On

I currently have three domain controllers and plan to add a fourth, then a fifth, while eventually demoting the original two. I need certificates for the new domain controllers, possibly for LDAPS or related authentication services. If I obtain a multi-SAN certificate for the new servers, do I also need to replace the certificates already installed on the existing three domain controllers? Our university provides the certificates at no cost, but they now have relatively short validity periods, so I'd prefer not to renew certificates unnecessarily. The existing certificates have worked without problems, although I'm not completely certain which services depend on them.

3 Answers

Answered By QuietRook61 On

First confirm what is actually using the certificates. If this is only for LDAPS, check that the certificates have the server FQDN in the SAN, include the appropriate Server Authentication usage, and chain to a CA trusted by the clients. The short certificate lifetime makes automated enrollment or renewal worth considering, but it still doesn’t mean the older DC certificates must be replaced just because new controllers are being added.

MellowPine47 -

That makes sense. We aren’t running Active Directory Certificate Services, and the certificates were mainly installed as part of the previous administrator’s LDAPS process. I’ll verify the services and names covered before issuing certificates for the new controllers.

Answered By OrbitingFox8 On

If these certificates are for LDAPS, each domain controller can generally use its own certificate. The certificate should contain that server’s fully qualified domain name in the subject or SAN, and the certificate chain must be trusted by the clients connecting to it. Adding a certificate for a new domain controller does not normally require replacing the certificates on the existing controllers.

Answered By CedarLamp22 On

You don’t need one certificate covering every domain controller unless a particular application specifically requires that setup. Issue or install a certificate for each new DC with the appropriate DNS names and intended usage, while leaving the current certificates in place until they expire or the servers are decommissioned.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.