You must obtain the certificate thumbprint for the virtual IP of the NSX-T Manager cluster to use it later.

Procedure

  1. Log in to the management domain vCenter Server in Region B by using a Secure Shell (SSH) client.
    Settings Value
    FQDN lax-m01-vc01.lax.rainpole.io
    User name root
    Password vcenter_server_root_password
  2. Run the shell command to switch to the bash shell.
  3. Run the command to retrieve the SHA-256 thumbprint of the VIP for the NSX-T Manager cluster certificate.
    echo -n | openssl s_client -connect lax-m01-nsx01.lax.rainpole.io:443 2>/dev/null | openssl x509 -noout -fingerprint -sha256
  4. Save the thumbprint value to use it later.