A security technician is configuring a web application server that hosts multiple distinct domain names on a single IP address. During initial testing, users receive a certificate domain name mismatch warning when attempting to navigate to the secondary domain. Which of the following X.509 certificate fields or extensions must be configured in the Certificate Signing Request (CSR) to resolve this warning?
- Subject Alternative Name (SAN)Answer
- BOnline Certificate Status Protocol (OCSP) stapling
- CNon-repudiation key usage flag
- DSymmetric session key exchange parameters
Answer
The Subject Alternative Name (SAN) extension must be configured in the Certificate Signing Request (CSR).
Subject Alternative Name (SAN) is an X.509 certificate extension that allows a single certificate to secure multiple hostnames, domain names, or IP addresses. Specifying all intended hostnames in the SAN extension during CSR generation ensures client browsers successfully match the requested domain to the certificate identity.
Step-by-Step Solution
Key Concept
Subject Alternative Name (SAN) extension in Public Key Infrastructure