Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • Nenhuma resposta
  • 2 têm este problema
  • 1 visualização
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?