Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can firefox use multiple CRL if they are serverd from the same URI

  • Ingen svar
  • 2 har dette problem
  • 1 visning
more options

I have a CRL distribution point for my internal CA set up such that the CRL URI points to a file that contains the CRL data for the root CAT and all intermediate CA's as a list of PEM formatted CRL blocks. A bit like this:


BEGIN X509 CRL-----

<STUFF>


END X509 CRL-----
BEGIN X509 CRL-----

<STUFF>


END X509 CRL-----
BEGIN X509 CRL-----

<STUFF>


END X509 CRL-----


Is firefox able to use all of them or does it only read the first X509 CRL block?

I have a CRL distribution point for my internal CA set up such that the CRL URI points to a file that contains the CRL data for the root CAT and all intermediate CA's as a list of PEM formatted CRL blocks. A bit like this: -----BEGIN X509 CRL----- <STUFF> -----END X509 CRL----- -----BEGIN X509 CRL----- <STUFF> -----END X509 CRL----- -----BEGIN X509 CRL----- <STUFF> -----END X509 CRL----- Is firefox able to use all of them or does it only read the first X509 CRL block?