Enable revocation checking on Subordinate CA

Bahram Maleki 66 Reputation points
2021-03-31T19:26:32.957+00:00

Hello ,

I disabled "revocation checking" to make sure that was really the problem by running following commands:
"Certutil.exe -setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE"

Now, I have to enable it but dont know how to do that.

Could someone help with that?

Thanks

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
251 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anurag Sharma 17,606 Reputation points
    2021-04-01T04:59:43.757+00:00

    Hi @Bahram Maleki , welcome to Microsoft Q&A forum.

    Command would be similar except you need to change '+' to '-' as below:

    Certutil –setreg ca\CRLFlags -CRLF_REVCHECK_IGNORE_OFFLINE  
    

    You can refer to below articles for the same:

    Certificate Services – Disable CRL Checking
    Resolving Issues Starting a CA due to an Offline CRL

    Please let us know if this helps.

    ----------

    If answer helps, please mark it 'Accept Answer'

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.