0 votes
by (470 points)

Hi Team!

How is the correct way to include two CRL points (HTTS and LDAP)?

I'm successfully adding both using:

info.CrlDistributionPoints.Add(New CrlDistributionPoint(<HTTP URL))
info.CrlDistributionPoints.Add(New CrlDistributionPoint(<LDAP ADDR>))

but since I see 2 points in the certificate and not just a single Distribution Point with 2 values there (the HTTP CRL and the LDAP CRL) I guess I'm making something wrong...

Thanks for enlight me.

1 Answer

0 votes
by (144k points)
selected by
 
Best answer

Unfortunately, Rebex libraries don't currently support CRL distribution points with more than one URLs. We'll add this in one of the next releases!

by (470 points)
Yes, it's a specific demand, I agree that it is not mandatory for now.

Thank you very much Lukas.
...