CRL Download for an "Active CA" #133
-
Hello, we are using EJBCA as an OCSP Responder in our project. We have different CAs and want to import CRLs for each CA from an external PKI. We configured a CA "CA_1" with a certificate (but without a private key). And we configured a CA "CA_2" with a keypair. We configured a "CRL download service" with the
My observation is that EJBCA classifies CA_1 as an "External CA" and CA_2 as an "Active CA". Also, EJBCA only allows External CAs to download CRLs. Is there another way for CA_2 to fetch and import its CRL? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you have a key pair, it is a CA, and not pointing to another CA. In that case you generated the CRL in EJBCA. The CRL is then in the database (directly when it is generated) and you don't need to download it from somewhere else. In this case the OCSP responder does not use or need a CRL, since all issued certificates from this CA are in the database. |
Beta Was this translation helpful? Give feedback.
If you have a key pair, it is a CA, and not pointing to another CA. In that case you generated the CRL in EJBCA. The CRL is then in the database (directly when it is generated) and you don't need to download it from somewhere else. In this case the OCSP responder does not use or need a CRL, since all issued certificates from this CA are in the database.