renew CRL file

michael lustig 356 Reputation points
2022-10-26T13:24:36.743+00:00

Hello everybody

How can i renew CRL file on RootCA Server?

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,838 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmySalian-2011 42,121 Reputation points
    2022-10-26T13:38:34.957+00:00

    Hi,

    It is very simple and easy if you can access the RootCA,
    Steps are -login to your ROOTCA and launch MMC for the CA.
    This can be done by Right Click the “Revoked Certificates” – All Tasks – Publish
    Copy the CRL file from the Root CA located under %systemroot%\system32\certsrv\certenroll to the Sub CA Server
    Copy the above file to the InetPub folder (HTTP Path) in the Sub CA server which is by default located under the C:\inetpub\wwwroot\Certdata
    Open an Admin Command Prompt and run the following command to publish it to the Active Directory (LDAP Path).
    certutil -f -dspublish ” C:\Inetpub\wwwroot\certdata\RootCA.crl

    Hope this helps.
    JS

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person 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.