A network administrator is implementing certificate-based client authentication (EAP-TLS) for 802.1X enterprise wireless access. When an authentication server receives a digital certificate presented by a client device, which two methods or attributes are used by the server to check whether the certificate has been explicitly revoked before its natural expiration date? (Select TWO.)
- Querying an Online Certificate Status Protocol (OCSP) responder via HTTP to obtain real-time certificate statusCevap
- Downloading and parsing a Certificate Revocation List (CRL) published periodically by the issuing Certificate Authority (CA)Cevap
- CInspecting the Certificate Signing Request (CSR) block embedded within the public key payload during the EAP exchange
- DVerifying that the client device's MAC address matches the Subject Alternative Name (SAN) attribute using TACACS+
Cevap
The correct methods for checking certificate revocation are querying an Online Certificate Status Protocol (OCSP) responder for real-time status and checking a Certificate Revocation List (CRL) published by the issuing CA.
To verify that a certificate has not been revoked prior to expiration, an authentication server uses either Certificate Revocation Lists (CRLs), which are regularly updated lists of revoked serial numbers published by the CA, or Online Certificate Status Protocol (OCSP), which provides real-time revocation status checks over HTTP.
Adım Adım Çözüm
Anahtar Kavram
Digital Certificate Revocation Checking (CRL and OCSP)