A security architect is deploying TLS certificates for three newly established internal microservices hosted on distinct domain structures: identity.corp.local, billing.corp.internal, and api.corp.com. To simplify management, the architect intends to issue a single digital certificate that will be trusted and valid across all three different fully qualified domain names. Which of the following configuration options should the security architect specify during certificate generation to achieve this goal?
- Subject Alternative Name (SAN) extensionAnswer
- BWildcard certificate request
- CShared symmetric encryption key pair
- DNon-repudiation key usage flag
Answer
The Subject Alternative Name (SAN) extension should be specified in the certificate request.
The correct option is the Subject Alternative Name (SAN) extension. SAN is an X.509 extension that allows security professionals to specify multiple hostnames, IP addresses, or domain names (including different top-level domains) in a single SSL/TLS certificate.
Step-by-Step Solution
Key Concept
Subject Alternative Name (SAN) Certificates
Estimated Time:1m 15s