Extracting SSL Thumbprint

I recently ran in to an issue where i had to re-register my NSX server with vIDM. The ask was to extract the Thumbprint from vIDM. The command i ran to extract it was: echo -n | openssl s_client -connect hostname:443 2>/dev/null | openssl x509 -noout -fingerprint -sha256 This can be used across multiple products where the Thumbprint needs to be extracted

October 10, 2020 · Cosmin Trif
License management screen in vRealize Suite Lifecycle Manager showing vRealize Operations Manager, Log Insight, and Network Insight licenses.

Change or update vRealize Automation 8 License key

After a recent deployment of VRA 8 with a trial key in my lab i realized that my key was about to expire. It was time to get it changed with my production key. The key can be changed via Lifecycle Manager or via CLI. Changing the vRealize Automation 8 License key via Lifecycle Manager To change the license via lifecycle manager we need to go to Lifeycle Manager -> Locker -> License ...

July 23, 2020 · Cosmin Trif