Today I was working on replacing SSL certificates on my vRealize IaaS server so as to complete the SSL certificate replacement on all vRealize components that I have deployed in my lab.
I am not going to cover here the steps needed to generate signed SSL certificates as I have covered them in my earlier blog posts. If you are looking for Step by Step demonstration of the same please have a look on this Article Grant Orchard.
After replacing the IaaS SSL certificates, IaaS Server needs to re-register the new certificates to the vRA Appliance. The commands used to achieve this is as follows:
1 2 3 4 5 6 7 8 9 |
# cd C:Program Files (x86)VMwarevCACServerModel Manager DataCafe # vcac-config RegisterEndpoint --EndpointAddress https://vra1.alex.local/vcac |