Manage Active Directory certificates
This documentation [1] shows up how to create and update certificates in Active Directory.
Note
Certificate is mandatory to use LDAPS with Active Directory
Create a certificate
Using the Active Directory Control Panel – Add/Remove Programs administration tool:
Select
Add/Remove Windows Componentsto start the Windows Components Wizard.Place check marks next to
Certificate ServicesandInternet Information Services (IIS).Click
Next>.Select
Enterprise root CACertificate Authority Type and clickNext>.Enter a
CA name(server name) and clickNext>. On Windows Server 2003, this is theCommon name for this CA.Leave the
Data Storage Locationsas default and clickNext>.The software installation process is complete. Click
Finish.
Update a certificate
When AD certificate will expire, you probably want to udpate it with the same key.
To do this:
Click
Start→run→mmcIn MMC click
Console→Add snap-in→Add→Certificates→Add→Computer Account→Next→FinishExpand Certificates (Local Computer)
Go in branch
PersonalSelect the current certificate
Right click on it →
All tasks→Generate with the same key
Warning
You must restart Active Directory server to use the new certificate for LDAP service (yes it’s a shame)
Footnotes