Search This Blog

Friday, 21 October 2022

VCSA Certificate Renewal

 

     VCSA Certificate Renewal Process

  • Validate VCHA configuration
  • Destroy VCHA
  • Take snapshot
  • Renew Machine SSL Certificate with custom certificate
             /usr/lib/vmware-vmca/bin/certificate-manager

                 Option1: Replace Machine SSL Certificate with custom certificate
                 Option2: Import Custom certificate.

  •  Renew the Solution certificates (Machine, vSphere-webclient, vpxd & vpxd-extension)
              /usr/lib/vmware-vmca/bin/certificate-manager
                 Option6
               VCSA -> Developer center -> 
                API Explorer ->  certificate_management/vcenter/trusted_root_chains -> 
               Delete -> Add certificate number to chain & Execute

Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...