SV-268314r1015320_rule
V-268314
SRG-NET-000345-VPN-002430
CASA-VN-000130
CAT I
10
Configure the ASA to not accept certificates that have been revoked.
Revocation checking using CRL example:
ASA1(config)# crypto ca trustpoint CA_X
ASA1(config-ca-trustpoint)# revocation-check crl
ASA1(config-ca-crl)# end
Revocation checking using OCSP example:
ASA1(config)# crypto ca trustpoint CA_X
ASA1(config-ca-trustpoint)# revocation-check ocsp
ASA1(config-ca-crl)# end
If PKI certificates are not implemented on the ASA, this requirement is not applicable.
Verify the ASA does not accept certificates that have been revoked.
Revocation checking using CRL example:
crypto ca trustpoint CA_X
revocation-check crl
Note: By default, the ASA will use the distribution points listed in CDP extension of the certificate that is being validated.
Revocation checking using OCSP example:
crypto ca trustpoint CA_X
revocation-check ocsp
Note: By default, the ASA will use the OSCP responder address found in the Authority Information Access (AIA) field of the client's certificate. Deployment with CAC would be an exception.
If the ASA accepts certificates that have been revoked, this is a finding.
V-268314
False
CASA-VN-000130
If PKI certificates are not implemented on the ASA, this requirement is not applicable.
Verify the ASA does not accept certificates that have been revoked.
Revocation checking using CRL example:
crypto ca trustpoint CA_X
revocation-check crl
Note: By default, the ASA will use the distribution points listed in CDP extension of the certificate that is being validated.
Revocation checking using OCSP example:
crypto ca trustpoint CA_X
revocation-check ocsp
Note: By default, the ASA will use the OSCP responder address found in the Authority Information Access (AIA) field of the client's certificate. Deployment with CAC would be an exception.
If the ASA accepts certificates that have been revoked, this is a finding.
M
5344