ADCS CDP location not showing in issued certs

Shaunm001 306 Reputation points
2020-12-07T21:31:58.847+00:00

I recently checked the option to "Publish CRLs" and "Publish Delta CRLs" for a file share in our ADCS CA:

45818-shot1.png

But the file share isn't listed as a CDP location when I run pkiview:

45780-shot2.png

I reissued a certificate on a test machine and it too only shows the ldap location in the CDP list:

45921-shot3.png

The file share has been configured and CRLs are being published there. How do I add the file share to our CDP locations? My goal is to allow non-domain joined PCs to access the CRLs. Currently non-domain joined PCs are unable to validate AD CS certs (error message about the revocation server being offline). I assume that's because the only available CRL is through Active Directory (ldap).

Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-12-08T05:56:10.823+00:00

    Hi,
    Welcome to share here!

    I thought it is a default behavior that the location file:// not displaying in the pkiview.msc
    Here is the screenshot in my lab:
    46143-12084.png

    If you want make sure if the file share to the CDP locations is working , just check the users can access it successfully and the CDP are updated in the share folder.
    For How to request certificate from a non-domain computer, please refer to the following link:
    https://social.technet.microsoft.com/Forums/ie/en-US/098f858a-3e89-48d2-828e-274487033f6b/how-to-request-certificate-from-a-nondomain-computer?forum=winserversecurity

    Best Regards,

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vadims Podāns 9,186 Reputation points MVP
    2020-12-08T06:54:49.053+00:00

    file:// URL scheme is not supported for inclusion in CDP extension in issued certificates. CryptoAPI clients will unconditionally fail on file:// URL checking. Only ldap:// and plain http:// URL schemes are supported for CRL retrieval. Any other is not supported.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.