WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / VMware Cloud Foundation / Quick Tip - Retrieving ESXi Host Fingerprint for VCF Installer JSON deployment

Quick Tip - Retrieving ESXi Host Fingerprint for VCF Installer JSON deployment

09.24.2025 by William Lam // Leave a Comment

When deploying a new VMware Cloud Foundation (VCF) 9.0 Fleet, the VCF Installer will automatically retrieve the fingerprint for each of the ESXi hosts that you have added and have you confirm that they actually match your ESXi hosts.


For automated VCF deployments, you can provide a JSON manifest that fully describes your VCF 9.0 deployment and by default, the VCF Installer will expect the ESXi fingerprints to be included or validation will fail.

So what are these fingerprint values and how do you retrieve them like the VCF Installer?

The fingerprints are SSL Thumbprints (SHA256) based on the FQDN of the ESXi hosts and you can easily retrieve them by using OpenSSL client with the following command:

echo | openssl s_client -connect sfo01-m01-r01-esx01.sfo.rainpole.io:443 2>/dev/null | openssl x509 -noout -fingerprint -sha256 | cut -d= -f2

Once you have gathered all the SSL Thumbprints for your ESXi hosts, then you can include a new property called sslThumbprint in your VCF deployment JSON and then pass that into VCF Installer UI or API.


Note: For lab or PoC environment where you do NOT wish to include the SSL Thumbprint, you can bypass the validation check by adding skipEsxThumbprintValidation to the VCF deployment JSON as shown in this example HERE.

Categories // VMware Cloud Foundation Tags // VCF 9.0

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • Improved Workaround for NSX Edge Deployment & Upgrade to VCF 9.0.2 running AMD Ryzen CPUs 01/20/2026
  • Disable HTTP Range Requests on Synology WebStation, Apache or Nginx 01/14/2026
  • Quick Tip - Correlating VCF Component to Bundle ID/Name 01/08/2026
  • TLS Chain of Trust when using SSL Inspection with VCF Download Tool (VCFDT) 01/07/2026
  • Quick Tip - Reset vCenter Server from previously managed VCF Operations for VCF Single Sign-On (SSO) 01/06/2026

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2026

 

Loading Comments...