Before you configure the integration of Workspace ONE Access with NSX-T Data Center in the workload domain, you must obtain the certificate thumbprint from the region-specific Workspace ONE Access instance.

Procedure

  1. Log in to vCenter Server by using a Secure Shell (SSH) client.
    Setting Value
    FQDN sfo01m01vc01.sfo01.rainpole.local
    User name root
    Password vcenter_server_root_password
  2. To switch to the bash shell, run the shell command.
  3. To retrieve the SHA-256 thumbprint of the Workspace ONE Access certificate, run the command.
    openssl s_client -connect sfo01wsa01.sfo01.rainpole.local:443 < /dev/null 2> /dev/null | openssl x509 -sha256 -fingerprint -noout -in /dev/stdin
  4. Save the fingerprint to later integrate NSX-T Data Center with Workspace ONE Access.