All,
I have a few questions relating to Certificate Revocation Lists with Private Certificate Authority in play. We currently have a self signed CA that produces client certificates for access to our application. We are looking to implement a CRL, however a few test certs have already been issued and are in use. My questions are below (i've had difficulty pinning down a precise answer through my own research)
Many Thanks,
Instead, Root CA SHALL include CRL Distribution Points extension in the issued certificates.
CDP locations MUST use HTTP only. Otherwise you will run into a cyclic check (or egg and chicken problem): prior to access CDP, you need to check SSL certificate's CRL. This will direct to SSL-enabled CDP and the story repeats. In addition, CRL do not store any sensitive information and is already protected from tampering/altering via digital signature.
nothing special, except: Anonymous authentication must be allowed (because many certificate chaining engines cannot authenticate on web sites).