Does a Root CA need a CRL?
Root CAs certificates don’t list a Certificate Revocation List distribution point and root CAs are are not revocable. The root CA server is, however, configured to use a CRL distribution point….All replies.
| aschi75 | |
|---|---|
| Joined Aug 2011 | |
| 2 | aschi75’s threads Show activity |
How do I open a CRL file?
For a CRL stored in a local file: Click on Menu File > Open > Open CRL > From File . A file chooser will appear allowing to select one or more CRL files (having either . crl or . pem extension).
Why have an offline root CA?
Keeping the root CA offline will provide separation between the root CA and the rest of the PKI, limiting its exposure. In the event of a intermediate CA being compromised, you can bring the root online to issue a new certificate and revoke all certificates issued by the compromised CA.
Where does the CRL for a subordinate CA come from?
The CRL for the subordinate CA’s certificate will come from the root CA, so we’ll need to check that CRL. Open the CRL file ( C:\\windows\\system32\\certsrv\\CertEnroll\\stealthpuppy Offline Root CA.crl) – double-click or right-click and Open.
Why does my root CA have an offline CRL?
At the time of troubleshooting, this date was in the past and because the Root CA is offline and the CRL is hosted on a different server (the subordinate CA), this particular CRL will never receive an update. So, when the subordinate CA has rebooted, it has checked the Root CA’s CRL and found it expired.
How to publish new certificate revocation list ( CRL ) from?
1 Publish a new CRL on the Root CA, this can be done by Right Click the “Revoked Certificates” – All Tasks – Publish 2 Copy the CRL file from the Root CA located under %systemroot%\\system32\\certsrv\\certenroll to the Sub CA Server 3 Turn off the Root CA
How to disable CRL checking on a CA server?
The easy way to do that is to disable CRL checking with the following command on the CA server: certutil –setreg ca\\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE Run this from an elevated command prompt and you should now be able to start the CA and get on with the business of troubleshooting. The Cause of an Offline CRL