The certificates as given below:
Root-CA -> Intermediate-CA -> Server
If I revoke Intermediate-CA from Root-CA then the Server will automated revoked certificate along with the Intermediate-CA. Now, after revoking Intermediate-CA the Firefox Browser shows the Intermediate-CA is still valid.
In Intermediate-CA certificate:
crlDistributionPoints = URI:http://www.example.com/pki/root-ca.crl
OCSP;URI = http://www.example.com:1212
OCSP runs in the terminal but there are no request comes into OCSP URI. Only the Server's OCSP URI gets request.
How can I configure that if the Intermediate-CA revoke by Root-CA then the Firefox Browser can identify that the Intermediate-CA was revoked and Server also be revoked?