After you rotate the Local Manager certificates using SDDC Manager, you obtain the new certificate thumbprint to update it in the Global Manager cluster.
Procedure
- In a web browser, log in to Global Manager at https://nsx_gm_vip_fqdn/).
- Obtain certificate thumbprint.
- Log in to a vCenter Server by using a Secure Shell (SSH) client.
- Run the shell command to switch to the bash shell.
- Run the command to retrieve the SHA-256 thumbprint of the virtual IP for the NSX Manager cluster certificate.
echo -n | openssl s_client -connect nsx_lm_vip_fqdn:443 2>/dev/null | openssl x509 -noout -fingerprint -sha256
- Save the thumbprint value.
- Update the Local Manager certificate thumbprint in the Global Manager.
- On the main navigation bar, click System.
- In the navigation pane, select Location Manager.
- Under Locations, select the Local Manager instance, and click Actions.
- Click Edit Settings and update NSX Local Manager Certificate Thumbprint.
- Click Check Compatibility and click Save.
- Wait for the Sync Status to display success and verify that all Local Manager nodes appear.
- Under Locations, update the Local Manager certificate thumbprint for all the instances.