I need some help configuring ADCS with an offline root CA and a issuing CA.
My main problem is when I try to install the certificate issued by the root CA into the issuing CA. It installs fine but whenever I attempt to start the ADCS service it gives me the following error:
"the revocation function was unable to check revocation because the revocation server was offline"
I've tried to troubleshoot this on my own several times and unable to figure out a solution. I've used both the guides below and both produce the same error.
Active Directory Certificate Services Step-by-Step GuideBuild an Offline Root CA with a Subordinate CA « Marc Kean
Running the following command does get rid of the error but I've read this is not the recommended solution to a problem like this.
Certutil.exe -setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE
I'm really not sure what I'm doing wrong. I understand that it has to do with CDP but I'm unsure how to go about correcting the error. Any help would be appreciated.