I am trying to configure LDAPS between two domain controllers, domainA.com and domainB.com. We have a one way trust configured such that domainB.com has permission to view the user accounts located in domainA.com. DomainA.com has multiple SSL certificates: a root certificate, and intermediate certificate, and multiple certificates for each of their domain controllers.
I am seeking feedback on steps to complete the process because I feel like I am missing something when it comes to uploading certificates. I have detailed the steps I have taken below.
Based on my research the process for enabling our connection between these controllers over LDAPS is:
Note: Steps 3-5 based on linked article below
- Open ports between domain controllers (completed)
- Establish one way trust (completed)
- Export certificates from domainA.com domain controller (completed)
- Load .cer files onto domainB.com and add them to java keystore (completed)
- Establish 636 connection using ldp.exe tool (failed)
I am new to Active Directory and I am unfamiliar with how to enable LDAPS. In the LDAPS section of this article I performed the following steps to configure LDAPS on domainB.com:
- Installed Active Directory Certificate Services and Certificate Authority
- Added the .cer files from domainA.com to the Java keystore of the domainB.com server
- Tested connectivity using ldp.exe tool (389 (LDAP) connection was successful, 636 (LDAPS) connection failed)
Additional Validation check with the PortQryUI tool showed that all ports were opened between the domain controllers.
Environment: AWS and On Prem
Domain Controllers
domainA.com - on premise AD domain controller (controlled by someone else)
domainB.com - AWS AD domain controller (controlled by me)