nerdexam
Cisco

300-730 · Question #153

An engineer is requesting an SSL certificate for a VPN load-balancing cluster in which two Cisco ASAs provide clientless SSL VPN access. The FQDN that users will enter to access the clientless VPN…

The correct answer is C. CN=asa.example.com, SAN=asa.example.com, asa1.example.com, asa2.example.com. A certificate with CN set to the cluster FQDN and SAN entries covering all three FQDNs allows both ASAs to present one certificate that passes validation regardless of which hostname the client ultimately resolves.

Remote Access VPN

Question

An engineer is requesting an SSL certificate for a VPN load-balancing cluster in which two Cisco ASAs provide clientless SSL VPN access. The FQDN that users will enter to access the clientless VPN is asa.example.com, and users will be redirected to either asa1.example.com or asa2.example.com. The cluster FQDN and individual Cisco ASAs FQDNs resolve to IP addresses 192.168.0.1, 192.168.0.2, and 192.168.0.3 respectively. The issued certificate must be able to be used to validate the identity of either ASA in the cluster without returning any certificate validation errors. Which fields must be included in the certificate to meet these requirements?

Options

  • ACN=*.example.com, SAN=asa.example.com
  • BCN=192.168.0.1, SAN=asa1.example.com, asa2.example.com
  • CCN=asa.example.com, SAN=asa.example.com, asa1.example.com, asa2.example.com
  • DCN=192.168.0.1, SAN=192.168.0.1, 192.168.0.2, 192.168.0.3

How the community answered

(47 responses)
  • A
    4% (2)
  • B
    11% (5)
  • C
    68% (32)
  • D
    17% (8)

Why each option

A certificate with CN set to the cluster FQDN and SAN entries covering all three FQDNs allows both ASAs to present one certificate that passes validation regardless of which hostname the client ultimately resolves.

ACN=*.example.com, SAN=asa.example.com

Although the wildcard CN=*.example.com would syntactically match all three FQDNs, modern browsers rely on SAN entries for validation - the SAN in this option lists only asa.example.com, so redirected connections to asa1.example.com or asa2.example.com would trigger certificate name mismatch errors.

BCN=192.168.0.1, SAN=asa1.example.com, asa2.example.com

Users access the VPN using the FQDN asa.example.com, not an IP address; a CN set to an IP would fail FQDN-based validation, and asa.example.com is absent from the SAN entries making the cluster address itself invalid.

CCN=asa.example.com, SAN=asa.example.com, asa1.example.com, asa2.example.comCorrect

Modern TLS clients validate server identity against SAN entries, not the CN field. Including asa.example.com, asa1.example.com, and asa2.example.com in the SAN means the same certificate installed on both ASAs will pass validation whether the browser is connecting to the cluster address or either individual ASA address after redirection. The CN=asa.example.com represents the primary entry point while the SAN covers all redirect targets, satisfying the no-errors requirement for every possible connection path.

DCN=192.168.0.1, SAN=192.168.0.1, 192.168.0.2, 192.168.0.3

Certificates with only IP address SAN entries fail validation when clients connect via FQDN, which is the documented user-facing access method in this scenario.

Concept tested: SSL certificate SAN configuration for ASA VPN load-balancing cluster

Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa914/configuration/vpn/asa-914-vpn-config/vpn-load-balancing.html

Topics

#SSL certificate#SAN#VPN load balancing#FQDN

Community Discussion

No community discussion yet for this question.

Full 300-730 Practice