Question 290 of 498
VCP-DCV vSphere Security Practice Question
Exhibit
Refer to the exhibit. ``` ~ # openssl x509 -in /etc/vmware/ssl/rui.crt -noout -fingerprint -sha256 SHA256 Fingerprint: AB:CD:EF:12:34:56:78:90:AB:CD:EF:12:34:56:78:90:AB:CD:EF:12:34:56:78:90:AB:CD:EF:12:34:56:78:90 ```
An administrator is adding an ESXi host to vCenter Server and is prompted to verify the host's certificate thumbprint. The administrator compares it to the output above and it matches. However, the add operation fails with a certificate verification error. What else could be the issue?
⚠ Common exam trap
A common mix-up: candidates assume thumbprint verification alone guarantees certificate validity, overlooking that vCenter Server also performs hostname matching as part of TLS certificate validation.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The certificate common name does not match the hostname
When adding an ESXi host to vCenter Server, the thumbprint verification ensures the host's certificate fingerprint matches what is expected, but it does not validate the certificate's subject attributes. If the certificate's Common Name (CN) does not match the ESXi host's FQDN or IP address used during the add operation, vCenter Server will reject the connection with a certificate verification error, even if the thumbprint is correct. This is because vCenter Server performs hostname verification as part of TLS/SSL certificate validation to prevent man-in-the-middle attacks.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The vCenter Server's certificate is invalid
Why it's wrong here
The error is about the ESXi host's certificate, not vCenter Server's.
- ✗
The certificate has expired
Why it's wrong here
An expired certificate would have a different thumbprint or would be rejected earlier; the thumbprint match suggests the certificate is current.
- ✗
The certificate is not signed by a trusted Certificate Authority
Why it's wrong here
Self-signed certificates are common and can be used with thumbprint verification; missing CA trust is not the issue here.
- ✓
The certificate common name does not match the hostname
Why this is correct
If the certificate's CN does not match the host's FQDN, vCenter will reject the certificate during verification.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jul 4, 2026
This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.