If you are trying to start a CA and getting the error, The revocation server is offline 0x80092013
There is a CERTUTIL command to fix this, or at least stop it caring !
Run following command on the affected CA server.
certutil –setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE
And restart the CA.