Within server 2016 Certificate Authority (certsrv.msc) > [CA Name] Properties > Extensions > CRL Distribution Point (CDP) > Add Location dialog window; LDAP uri/url/location is defined with three forward slashes, do not add the "DC=contoso,DC=com". No not use a comma between "<ConfigurationContainer>" and "<CDPObjectClass>" even though the "Description of selected variable:" window for "<ConfigurationContainer>" shows it followed by a comma. In the following example the "CN=<ServerShortName>," portion uses <CaName> or can use the Failover Cluster role name:
ldap:///<CaName><CRLNameSuffix>,CN=<CaName>,CN=CDP,CN=Public Key Services,CN=Services,<ConfigurationContainer><CDPObjectClass>
As listed in:
- https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn486805(v=ws.11)#verifying-certificate-extensions-on-the-destination-ca
- https://docs.microsoft.com/en-us/windows-server/networking/core-network-guide/cncg/server-certs/configure-the-cdp-and-aia-extensions-on-ca1
- https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831574(v=ws.11)