CV0-003 · Question #292
A cloud administrator configures a new web server for the site https://companyname.com. The administrator installs a wildcard SSL certificate for *.companyname.com. When users attempt to access the…
The correct answer is A. Certificate misconfigured. A wildcard SSL certificate for *.companyname.com does not cover the root apex domain companyname.com, causing a certificate hostname mismatch when users access the site without a subdomain prefix.
Question
A cloud administrator configures a new web server for the site https://companyname.com. The administrator installs a wildcard SSL certificate for *.companyname.com. When users attempt to access the site, a certificate error is received. Which of the following is the MOST likely cause of the error?
Options
- ACertificate misconfigured
- BCertificate expired
- CCertificate revoked
- DCertificate not signed
How the community answered
(37 responses)- A70% (26)
- B16% (6)
- C5% (2)
- D8% (3)
Why each option
A wildcard SSL certificate for *.companyname.com does not cover the root apex domain companyname.com, causing a certificate hostname mismatch when users access the site without a subdomain prefix.
The wildcard certificate *.companyname.com is valid only for one level of subdomains such as www.companyname.com but explicitly does not cover the bare apex domain companyname.com. When users browse to https://companyname.com, the certificate Common Name does not match the requested hostname, producing a certificate error. The administrator should have obtained a SAN certificate listing both *.companyname.com and companyname.com, or redirected all apex traffic to the www subdomain.
An expired certificate produces an expiration warning tied to the validity period end date, but a newly installed certificate would still be within its validity window and would not trigger an expiration error.
Certificate revocation requires an explicit revocation event recorded in a CRL or returned via OCSP, which does not apply to a freshly configured certificate that has never been compromised.
An unsigned or self-signed certificate would cause a trust-chain error referencing an unknown or untrusted CA, not the hostname mismatch error produced by a wildcard scope limitation.
Concept tested: Wildcard SSL certificate apex domain scope limitation
Source: https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate
Topics
Community Discussion
No community discussion yet for this question.