300-720 · Question #136
What is the purpose of checking the CRL during SMTP authentication on a Cisco ESA?
The correct answer is A. Check if the certificate is not revoked. A Certificate Revocation List (CRL) is a list published by a Certificate Authority (CA) that contains the serial numbers of certificates that have been revoked before their scheduled expiration date - for example, due to key compromise or the certificate being issued in error…
Question
What is the purpose of checking the CRL during SMTP authentication on a Cisco ESA?
Options
- ACheck if the certificate is not revoked.
- BConfirm that corresponding CA is present.
- CVerify the common name matches user ID.
- DValidate the date to check if the certificate is still valid.
How the community answered
(25 responses)- A92% (23)
- C4% (1)
- D4% (1)
Explanation
A Certificate Revocation List (CRL) is a list published by a Certificate Authority (CA) that contains the serial numbers of certificates that have been revoked before their scheduled expiration date - for example, due to key compromise or the certificate being issued in error. When Cisco ESA performs TLS/SMTP authentication and receives a certificate from the remote party, checking the CRL allows the ESA to confirm that the certificate has not been revoked and is still considered valid by the issuing CA. This is distinct from other certificate checks: verifying the CA's presence confirms the issuer is trusted; verifying the common name checks identity matching; and checking the validity period confirms the certificate has not expired. The CRL check specifically addresses revocation status.
Topics
Community Discussion
No community discussion yet for this question.