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

Procedure

  1. Log in to the management domain vCenter Server in Region A by using a Secure Shell (SSH) client.
    Setting Value
    FQDN sfo-m01-vc01.sfo.rainpole.io
    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 sfo-wsa01.sfo.rainpole.io:443 < /dev/null 2> /dev/null | openssl x509 -sha256 -fingerprint -noout -in /dev/stdin
  4. Save the fingerprint to later integrate the NSX-T Global Manager with Workspace ONE Access.